sentry-javascript
sentry-javascript copied to clipboard
[idea] In debug mode, log integration options
We send a list of enabled integrations in an events SDK data. When debugging behavior controlled by one of those integrations, it's often helpful to know what options they have set, specifically any which aren't the default. We wouldn't want to send this all the time, because why waste the storage space, but perhaps we could consider doing so if debug is true.