Skip to content

Commit

Permalink
Implement fixes in Raygun4JS to correctly handle XHRs and virtual pa…
Browse files Browse the repository at this point in the history
…ges + enables tests (#491)

* Update tests.yml

* Update tests.yml

* Update tests.yml

* bump Jasmin version

* Update npm packages

* Update tests.yml

* Update jasmine.json

* Update jasmine.json

* add code mod

* npx jscodeshift -t ./node_modules/@wdio/codemod/async .\tests\

to fix tests

* cleaned up packages (almost working)

* got correct async usage (i think)

* fix

* fixed one error

* Now with moar magic

* version bump

* clean

* test updates

* tests seem to be passing

* Update rumXhrStatusTracking.js

* Update rumXhrStatusTracking.js

* Update requestId.js

* Update eventsXhr.js

* Update payloadManualSendTests.js

* Update manualSend.html

* Update payloadManualSendTests.js

* Update wdio.conf.js

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Ollie Bannister  <[email protected]>

* Update jasmine.json

Co-authored-by: Ollie Bannister  <[email protected]>

* Update tests/specs/v2/rumXhrStatusTracking.js

* small update

* Less allowInsecureSubmissions

* npm install

* npm audit fix

* Update rumReferencedFetchWithFetchSnippet.html

* less need for long browser.pause()s

* Update rumXhrStatusTracking.js

* Update tests.yml

---------

Co-authored-by: Ollie Bannister <[email protected]>
  • Loading branch information
darcythomas and Olwiba committed Jul 20, 2023
1 parent b6b0920 commit 90b500b
Show file tree
Hide file tree
Showing 86 changed files with 9,151 additions and 6,488 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
branches: [ master ]

jobs:
build:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 14.x
- uses: browser-actions/setup-chrome@103
node-version: 18.x
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: latest
- run: npm ci
Expand Down
Loading

0 comments on commit 90b500b

Please sign in to comment.