Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sdk-crashes): Collect ART Tracer Crashes #81420

Merged
merged 4 commits into from
Nov 28, 2024

Commits on Nov 28, 2024

  1. feat(sdk-crashes): Collect ART Tracer Crashes

    The Android Runtime Tracer can crash when users enable profiling in the
    Sentry Android SDK. While the Sentry Android SDK doesn't directly cause
    these crashes, we want to know when they occur. As Sentry doesn't appear
    in the stacktrace, we filter for the following specific methods in the
    specified Android apex packages.
    
    Fixes GH-81172
    philipphofmann committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f57150f View commit details
    Browse the repository at this point in the history
  2. fix mypy

    philipphofmann committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    5b2153b View commit details
    Browse the repository at this point in the history
  3. fix tests

    philipphofmann committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    20a24a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62bdccd View commit details
    Browse the repository at this point in the history