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
+1 to this! We're hoping to get our team to adopt Sentry and this is a major pain point. When log level is set to debug, CloudWatch is pretty much unusable.
With our new Lambda layers we do not run relay in the layer anymore, so all the log messages are gone. If you upgrade to the newest lambda layer @DM1145 and @micah-redwood and your logs are only yours and nothing from relay will be in there!
Problem Statement
The provided AWS Lambda layer uses a relay extension to catch and distribute data to Sentry.
This relay extension writes a significant number of entries to Cloudwatch upon start and termination, which clutters logs with unneeded entries.
The requested functionality duplicates that requested in the Sentry-Javascript ticket 6921.
Solution Brainstorm
Please change the default behavior of the relay process to only write cloudwatch logs on unexpected behavior.
The text was updated successfully, but these errors were encountered: