-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/serverless
SDK Version
7.32.1
Framework Version
No response
Link to Sentry event
No response
SDK Setup
Integrating sentry as a Lambda layer using CDK:
const sentryLayer = LayerVersion.fromLayerVersionArn(
scope,
${functionName}-sentrylayer,
arn:aws:lambda:eu-central-1:943013980633:layer:SentryNodeServerlessSDK:108
);
Steps to Reproduce
- Integrating the lambda layer
Expected Result
Logs that are specifically coming from sentry itself.
Actual Result
Also getting the info logs from the relay middleware:
[relay::setup] INFO
[relay_server::actors::outcome] INFO
[relay_server::actors::processor] INFO
please enable a lambda environment variable to set the logging level for relay.
Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Community