We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
initWithPlatformOptions
Apple
CocoaPods
0.10.0
If replace Sentry.initWithPlatformOptions with Sentry.init all issues successfully reported to Sentry. Here is the link to demo project: https://github.com/alexander-ivanoff/sentry-kmp-demo
Sentry.initWithPlatformOptions
Sentry.init
Issues are reported to Sentry
No issues reported to Sentry
The text was updated successfully, but these errors were encountered:
hey thanks for the issue, we'll have a look soon
Sorry, something went wrong.
Hello, Any update on this?
@alexander-ivanoff hi, it looks like there is an error with the beforeSend logic.
beforeSend
If you add this to your ios platform options config:
it.beforeSend = { event -> event }
it should work again, can you confirm? I'll prepare a fix for this soon
No branches or pull requests
Platform
Apple
Installed
CocoaPods
Version
0.10.0
Steps to Reproduce
initWithPlatformOptions
as it is written in guide https://docs.sentry.io/platforms/kotlin-multiplatform/initialization-strategies/If replace
Sentry.initWithPlatformOptions
withSentry.init
all issues successfully reported to Sentry.Here is the link to demo project: https://github.com/alexander-ivanoff/sentry-kmp-demo
Expected Result
Issues are reported to Sentry
Actual Result
No issues reported to Sentry
The text was updated successfully, but these errors were encountered: