Skip to content

Instantly share code, notes, and snippets.

@budiantoip
Last active June 20, 2025 02:24
Show Gist options
  • Save budiantoip/7c2b905db0ef5a38819598ea48f35582 to your computer and use it in GitHub Desktop.
Save budiantoip/7c2b905db0ef5a38819598ea48f35582 to your computer and use it in GitHub Desktop.
How to group Sentry issues

References


Fingerprint Rules

This will affect how issues are grouped

Group by function names

stack.function:load_json -> json-error

Add another condition

stack.function:load_json -> json-error, {{ tags.machine }} title="JSON Error on {{ tags.machine }}"

error.type:DatabaseUnavailable -> database-is-down


Stack Trace Rules

This will change the issue frames

Consider an absolute path of the app as not an app

stack.abs_path:"**/.venv/**" -app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment