-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
beforeSend
skipped if breadcrumbs > 100
#3928
Comments
Note:
_Originally posted by @lhunath in getsentry/sentry#70342 |
Thanks for opening this issue and the additional notes, we'll investigate and fix this 🙏 |
Hello @lhunath. Do you have any other settings on your SentryOptions. I tried to follow your steps to reproduce and the app do stop in the breakpoint. |
|
@lhunath I tried to repro the described behavior with the above settings, but didn't manage to. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Platform
iOS
Environment
Develop
Installed
Swift Package Manager
Version
8.25.0
Did it work on previous versions?
No response
Steps to Reproduce
SentryOptions.maxBreadcrumbs = 500
SentryOptions.beforeSend = cb
for i in 1 ... 150 { SentrySDK.addBreadcrumb(Breadcrumb(level: .debug, category: "test")) }
SentrySDK.capture(message: "testing")
Expected Result
breakpoint is triggered when the event needs to get sent.
Actual Result
no breakpoint is triggered and the event is sent as-is, without any
beforeSend
processing.Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: