terraform-provider-sentry
terraform-provider-sentry copied to clipboard
[Feature Request] sentry_key resource support for setting dynamicSDKLoader options
The sentry api to create a new sentry key (see https://docs.sentry.io/api/projects/create-a-new-client-key/) by default sets the dyanmicSDKLoader options hasReplay, hasPerformance and hasDebug to true.
To change these defaults you can use the update key api (https://docs.sentry.io/api/projects/update-a-client-key/)
Request: Provide support to set these values, within the sentry_key resource or outside of it.
Use case: Not everyone wants all these options turned on by default. It could be for performance, privacy or quota reasons. Allowing it to be explicit will allow users to decide.