Alexander Dinauer

Results 410 comments of Alexander Dinauer

Wasn't able to find any usages in wizard.

Couldn't find any usages in onboarding docs.

@buenaflor should we move this issue?

@krystofwoldrich fyi we already have `addIgnoredExceptionForType` but that only accepts classes.

Similar to https://github.com/getsentry/sentry-java/issues/2660

@krystofwoldrich do you need `ignoreErrors` to be on the manifest options as well?

Also it seems running more than one release targeting Maven Central in parallel causes all of them to fail. Not sure there's anything we can do about that though.

Should take care not to add too much overhead to the application (i.e. not make it slow).

We already had an agent at some point (https://github.com/getsentry/sentry-java/tree/agent-latest/agent). Here's some feedback for it: https://github.com/getsentry/sentry-java/issues/617

@ivan-klass the idea was to make use of the Java Agents bytecode manipulation to add error instrumentation. This can help in cases where libraries are hard to support due to...