Skip to content

Commit

Permalink
Convert @bugsnag/plugin-browser-request to TypeScript (#2236)
Browse files Browse the repository at this point in the history
* refactor: ♻️ convert plugin-window-onerror to typescript

* update rollup configuration

* Convert plugin-browser-request to TypeScript

* changed tsconfig

* fix: 🩹 update main entry from ts to js

* fix: 🩹 add missing external dependencies to rollup config

* chore: 🏷️ update types and remove ts-expect-error comments

* remove unnecessary rollup config

* chore: 🏷️ fix types

* chore: 🔥 remove IE8 workaround code

* fix: 🩹 fix RN init command

---------

Co-authored-by: Ben Wilson <[email protected]>
  • Loading branch information
AnastasiiaSvietlova and gingerbenw committed Dec 5, 2024
1 parent ec00124 commit 27226dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-window-onerror/test/onerror.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable jest/no-commented-out-tests */

import plugin from '../'
import plugin from '../src/onerror'

import Client, { EventDeliveryPayload } from '@bugsnag/core/client'

Expand Down

0 comments on commit 27226dc

Please sign in to comment.