Commit 6d313249 authored by Liam Horne's avatar Liam Horne

fix: set stackAttributeKey to conventional 'err' key

parent 70d06d10
---
"@eth-optimism/batch-submitter": patch
"@eth-optimism/data-transport-layer": patch
---
Update release tag for Sentry compatability
......@@ -21,6 +21,8 @@ const log = new Logger({
name,
sentryOptions: {
release: `batch-submitter@${process.env.npm_package_version}`,
// @ts-ignore stackAttributeKey belongs to PinoSentryOptions, not exported
stackAttributeKey: 'err',
dsn: process.env.SENTRY_DSN,
tracesSampleRate: 0.05,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment