We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7a283 commit 347ac45Copy full SHA for 347ac45
.github/workflows/validate.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- run: corepack enable
21
22
- - run: yarn add --dev @sentry/core@${{ matrix.sentry-version }}
+ - run: yarn add --dev @sentry/core@${{ matrix.sentry-version }} @sentry/browser@${{ matrix.sentry-version }}
23
24
- run: yarn install
25
0 commit comments