terraform-provider-sentry icon indicating copy to clipboard operation
terraform-provider-sentry copied to clipboard

[Feature Request] sentry_key resource support for setting dynamicSDKLoader options

Open dgeorges opened this issue 1 year ago • 2 comments

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.

dgeorges avatar Jul 12 '24 18:07 dgeorges