sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Add SDK integrations to events

Open marandaneto opened this issue 3 years ago • 3 comments

Similar to https://github.com/getsentry/sentry-cocoa/issues/1649

The goal is to add integrations that are not on by default, so we can track adoption.

Relates to: https://github.com/getsentry/sentry-android-gradle-plugin/issues/308

marandaneto avatar Jan 27 '22 10:01 marandaneto

I wouldn't add a bunch of items that are on by default. Since it will increase the payload size and not help us.

bruno-garcia avatar Jun 15 '22 14:06 bruno-garcia

I wouldn't add a bunch of items that are on by default. Since it will increase the payload size and not help us.

If we don't add items that are on by default, we lose the information if someone disables them. The tradeoff of losing that info might be okay, considering the payload size for every event.

philipphofmann avatar Jun 20 '22 13:06 philipphofmann

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

adinauer avatar Jun 23 '22 11:06 adinauer