Skip to content

Integration into mainline #1

@dcramer

Description

@dcramer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions