You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Currently the docs only show enabling a Sentry extension via arguments to Sentry.init. But if you're using a Lambda layer, then you never call Sentry.init yourself. I don't see a way to enable other integrations using the layer; any ideas? A little surprising since this is the recommended method for setting up Sentry with Lambdas in the docs.
Solution Brainstorm
Currently you can enable tracing via the SENTRY_TRACES_SAMPLE_RATE: "0.5" env var. Not sure if something similar could work here, although this doesn't seems sustainable for arbitrary integrations.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem Statement
Currently the docs only show enabling a Sentry extension via arguments to
Sentry.init
. But if you're using a Lambda layer, then you never callSentry.init
yourself. I don't see a way to enable other integrations using the layer; any ideas? A little surprising since this is the recommended method for setting up Sentry with Lambdas in the docs.Solution Brainstorm
Currently you can enable tracing via the
SENTRY_TRACES_SAMPLE_RATE: "0.5"
env var. Not sure if something similar could work here, although this doesn't seems sustainable for arbitrary integrations.The text was updated successfully, but these errors were encountered: