Mato Vetrak
Mato Vetrak
Hey, sorry I didn't notice this issue before and created a new one, but it doesn't work because of this: https://github.com/getsentry/sentry-python/issues/3496
@AltafHussain4748 This is the configuration I am using ``` sentry_sdk.init( dsn=dsn, release=release, environment=environment, send_default_pii=True, enable_tracing=True, integrations=[ OpenAIIntegration( include_prompts=False, # Exclude prompts from being sent to Sentry, despite send_default_pii=True tiktoken_encoding_name="cl100k_base", )...