-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I started adding functionality like this to Sentry's core.
Currently there's three things that I've done:
- Each frame can have an "in_app" attribute, defaults to True. System frames (e.g. rails framework) would ideally be set to false.
- The stacktrace interface will hide all system frames, assuming there is > 0 app frames, and has a checkbox to show hidden frames.
- Checksums have changed so that stacktraces are now (in ideal scenarios) filename + line of context (vs function name)
Do you think there's any additional features we may need? I like the idea of cleaned function name, but maybe it'd be more ideal if we just allowed things to pass a contextual id somehow. I'm not entirely sure its still needed though.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels