Skip to content

Commit bfffe68

Browse files
committed
fix lint
1 parent aff5e9a commit bfffe68

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-integration-tests/suites/express/without-tracing

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/express/without-tracing/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ app.get('/test/isolationScope/:id', (req, res) => {
1818
const id = req.params.id;
1919
Sentry.setTag('isolation-scope', 'tag');
2020
Sentry.setTag(`isolation-scope-${id}`, id);
21-
Sentry.setTag(`isolation-scope-transactionName`, `${Sentry.getIsolationScope().getScopeData().transactionName}`);
21+
Sentry.setTag('isolation-scope-transactionName', `${Sentry.getIsolationScope().getScopeData().transactionName}`);
2222

2323
Sentry.captureException(new Error('This is an exception'));
2424

0 commit comments

Comments
 (0)