Alexander Dinauer

Results 259 comments of Alexander Dinauer

Hey @TomBeckett , I assume it takes a bit until the packages arrive at the different Maven mirrors. I see it here: https://repo1.maven.org/maven2/io/sentry/sentry-spring-boot-starter-jakarta/6.7.0-alpha.1/ > Do I need both sentry-servlet-jakarta and...

@TomBeckett that's great to hear. Thanks for the kind words ❤️

Hello @taolulu, I assume an opt-out flag would do the trick, do you agree?

@taolulu is your request regarding root checker similar to https://github.com/getsentry/sentry-java/issues/2108 or can the call be in the code and turned off via a flag for your use case?

Thank you for clarifying, I'll have to talk about it with the team. We'll update the issue when we know more.

Our suggestion is to have a flag, that is on by default and can be turned off. The flag could then control multiple features including the root checker. We haven't...

Cocoa strips `Sentry` prefix and `Integration` suffix to save payload size.

Suggested course of action: Deprecate existing option and add new option Then I guess for 7.0 we can remove the deprecated option.

After looking the the .NET code here https://github.com/getsentry/sentry-dotnet/blob/720e8d1aa75f1603f7712242bb3fcf365917ee19/src/Sentry/SentryOptionsExtensions.cs#L116 and here https://github.com/getsentry/sentry-dotnet/blob/720e8d1aa75f1603f7712242bb3fcf365917ee19/src/Sentry/Extensibility/IExceptionFilter.cs this is not just a naming difference but also differs in how this is implemented. Java uses a simple...

Yes the way to add it is the same because .NET has this method to make it easier to add a filter for a type without having to create the...