Skip to content

Commit

Permalink
Add sentry tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorgro committed Oct 5, 2023
1 parent 372254c commit 791d509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions substrate/substrate-dump/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sms.install()
Sentry.init({
attachStacktrace: true,
})
Sentry.setTag('kind', 'substrate-dump')

const log = createLogger('sqd:substrate-dump')

Expand Down
1 change: 1 addition & 0 deletions substrate/substrate-ingest/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ sms.install()
Sentry.init({
attachStacktrace: true,
})
Sentry.setTag('kind', 'substrate-ingest')

const log = createLogger('sqd:substrate-ingest')

Expand Down

0 comments on commit 791d509

Please sign in to comment.