-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
875 changed files
with
20,342 additions
and
19,896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -267,6 +267,8 @@ jobs: | |
run: yarn lint:lerna | ||
- name: Lint C++ files | ||
run: yarn lint:clang | ||
- name: Lint for ES compatibility | ||
run: yarn lint:es-compatibility | ||
|
||
job_check_format: | ||
name: Check file formatting | ||
|
@@ -440,7 +442,7 @@ jobs: | |
- name: Set up Deno | ||
uses: denoland/[email protected] | ||
with: | ||
deno-version: v1.38.5 | ||
deno-version: v2.1.5 | ||
- name: Restore caches | ||
uses: ./.github/actions/restore-cache | ||
with: | ||
|
@@ -745,7 +747,7 @@ jobs: | |
run: yarn test | ||
|
||
job_remix_integration_tests: | ||
name: Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) Tests | ||
name: Remix (Node ${{ matrix.node }}) Tests | ||
needs: [job_get_metadata, job_build] | ||
if: needs.job_build.outputs.changed_remix == 'true' || github.event_name != 'pull_request' | ||
runs-on: ubuntu-20.04 | ||
|
@@ -754,7 +756,6 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
node: [18, 20, 22] | ||
remix: [1, 2] | ||
steps: | ||
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) | ||
uses: actions/checkout@v4 | ||
|
@@ -777,7 +778,6 @@ jobs: | |
- name: Run integration tests | ||
env: | ||
NODE_VERSION: ${{ matrix.node }} | ||
REMIX_VERSION: ${{ matrix.remix }} | ||
run: | | ||
cd packages/remix | ||
yarn test:integration:ci | ||
|
@@ -1200,7 +1200,8 @@ jobs: | |
- name: Run E2E test | ||
working-directory: dev-packages/e2e-tests/test-applications/${{ matrix.test-application }} | ||
timeout-minutes: 10 | ||
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:assert | ||
run: | | ||
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:assert | ||
job_required_jobs_passed: | ||
name: All required jobs passed or were skipped | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,5 @@ window.Sentry = Sentry; | |
Sentry.init({ | ||
dsn: 'https://[email protected]/1337', | ||
integrations: [captureConsoleIntegration()], | ||
autoSessionTracking: false, | ||
attachStacktrace: true, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ window.Sentry = Sentry; | |
Sentry.init({ | ||
dsn: 'https://[email protected]/1337', | ||
integrations: [captureConsoleIntegration()], | ||
autoSessionTracking: false, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...ages/browser-integration-tests/suites/integrations/moduleMetadata/appliesMetadata/init.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
import * as Sentry from '@sentry/browser'; | ||
|
||
import { moduleMetadataIntegration } from '@sentry/browser'; | ||
|
||
Sentry.init({ | ||
dsn: 'https://[email protected]/1337', | ||
integrations: [Sentry.moduleMetadataIntegration()], | ||
integrations: [moduleMetadataIntegration()], | ||
beforeSend(event) { | ||
const moduleMetadataEntries = []; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
...gration-tests/suites/integrations/moduleMetadata/appliesMetadataWithRewriteFrames/init.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
import * as Sentry from '@sentry/browser'; | ||
|
||
import { moduleMetadataIntegration } from '@sentry/browser'; | ||
import { rewriteFramesIntegration } from '@sentry/browser'; | ||
|
||
Sentry.init({ | ||
dsn: 'https://[email protected]/1337', | ||
integrations: [ | ||
Sentry.moduleMetadataIntegration(), | ||
Sentry.rewriteFramesIntegration({ | ||
moduleMetadataIntegration(), | ||
rewriteFramesIntegration({ | ||
iteratee: frame => { | ||
return { | ||
...frame, | ||
|
Oops, something went wrong.