Skip to content

Commit f676fd8

Browse files
committed
Add SENTRY_ENVIRONMENT to Playwright test configuration
1 parent 4d02c7e commit f676fd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default defineConfig({
3737
env: {
3838
PORT,
3939
NODE_ENV: 'test',
40+
SENTRY_ENVIRONMENT: 'test',
4041
},
4142
},
4243
})

0 commit comments

Comments
 (0)