sentry-kotlin-multiplatform icon indicating copy to clipboard operation
sentry-kotlin-multiplatform copied to clipboard

fix(apple): remove sentry frames from stacktrace (testing only)

Open buenaflor opened this issue 9 months ago • 1 comments

:scroll: Description

Before fix:

image

After fix:

Screenshot 2024-05-16 at 04 15 29

:bulb: Motivation and Context

Fixes https://github.com/getsentry/sentry-kotlin-multiplatform/issues/77

:green_heart: How did you test it?

Unit tests

:pencil: Checklist

You have to check all boxes before merging:

  • [ ] I reviewed the submitted code.
  • [ ] I added tests to verify the changes.
  • [ ] No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • [ ] I updated the docs if needed.
  • [ ] Review from the native team if needed.
  • [ ] No breaking change or entry added to the changelog.

:crystal_ball: Next steps

buenaflor avatar May 16 '24 02:05 buenaflor