Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernise browser packages #2224

Draft
wants to merge 95 commits into
base: next
Choose a base branch
from
Draft

Modernise browser packages #2224

wants to merge 95 commits into from

Commits on Nov 12, 2024

  1. chore: 👷 install rollup

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c9e06d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27732a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2678ffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90fbe0b View commit details
    Browse the repository at this point in the history
  5. remove optional chaining

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    051d4d5 View commit details
    Browse the repository at this point in the history
  6. update eslint rules

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ce08563 View commit details
    Browse the repository at this point in the history
  7. copy rollup config

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f1a7836 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c63b6f2 View commit details
    Browse the repository at this point in the history
  9. update main entry

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8358eec View commit details
    Browse the repository at this point in the history
  10. update test import

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    688e156 View commit details
    Browse the repository at this point in the history
  11. copy rollup config

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dbba564 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84d7c4b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d087afc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47cfa56 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e712f1b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d3e9814 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    261940c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    174db24 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d4b9423 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    85d28ca View commit details
    Browse the repository at this point in the history
  21. fix rollup config

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2a93404 View commit details
    Browse the repository at this point in the history
  22. fix main entry point

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6c55ca5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    127e52d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    344a1dc View commit details
    Browse the repository at this point in the history
  25. Convert @bugsnag/plugin-browser-request to TypeScript (#2236)

    * 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]>
    AnastasiiaSvietlova and gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2b386b5 View commit details
    Browse the repository at this point in the history
  26. Convert @bugsnag/plugin-browser-context to TypeScript (#2240)

    * 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
    
    * refactor: ♻️ convert plugin-window-onerror to typescript
    
    * update rollup configuration
    
    * Convert plugin-browser-context to TypeScript
    
    * fix: add missing dependencies
    
    * fix: rollup
    
    * fix: rollup for plugin-window-onerror
    
    * fix
    
    * fix: unhandled rejection
    
    * fix: type error
    
    * chore: 🏷️ fix types
    
    * Revert "fix: type error"
    
    This reverts commit b314bf8.
    
    * chore: 🔥 remove IE8 workaround code
    
    * fix: 🩹 fix RN init command
    
    ---------
    
    Co-authored-by: Ben Wilson <[email protected]>
    AnastasiiaSvietlova and gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    42ca600 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a42bd37 View commit details
    Browse the repository at this point in the history
  28. fix: process TS error

    AnastasiiaSvietlova authored and gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6dbb7fb View commit details
    Browse the repository at this point in the history
  29. fix: console methods type

    Co-authored-by: Ben Wilson <[email protected]>
    AnastasiiaSvietlova authored and gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ce6ebf5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    033abb5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4b0da6a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    75dcb02 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    de732b6 View commit details
    Browse the repository at this point in the history
  34. fix: types

    AnastasiiaSvietlova authored and gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8a086c7 View commit details
    Browse the repository at this point in the history
  35. update types and exports

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    08ed57c View commit details
    Browse the repository at this point in the history
  36. chore: 🩹 simplify types

    gingerbenw committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    eade9df View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Convert @bugsnag/plugin-simple-throttle to TypeScript (#2242)

    * update rollup configuration
    
    * convert plugin-simple-throttle to typescript
    
    * fix: int-range
    
    ---------
    
    Co-authored-by: Ben Wilson <[email protected]>
    AnastasiiaSvietlova and gingerbenw authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    97819cb View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    5d0aab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24cafcd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    c0208be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee5726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799e766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60c1586 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf033a0 View commit details
    Browse the repository at this point in the history
  6. update files list

    gingerbenw committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fb59b53 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge pull request #2255 from bugsnag/PLAT-13092/delivery-x-domain-re…

    …quest
    
    Refactor delivery-x-domain-request
    gingerbenw authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    46873ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2256 from bugsnag/PLAT-13093/delivery-xml-http-re…

    …quest
    
    Refactor delivery-xml-http-request
    gingerbenw authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    15622fb View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. chore: 👷 install rollup

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0fea542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69a24a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    224ee1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a917320 View commit details
    Browse the repository at this point in the history
  5. remove optional chaining

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0ec2023 View commit details
    Browse the repository at this point in the history
  6. update eslint rules

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e2e66f9 View commit details
    Browse the repository at this point in the history
  7. copy rollup config

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3a47c30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72946b9 View commit details
    Browse the repository at this point in the history
  9. update main entry

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2fba538 View commit details
    Browse the repository at this point in the history
  10. update test import

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6759528 View commit details
    Browse the repository at this point in the history
  11. copy rollup config

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ec485dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    775a380 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb2cdd3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b66522 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    05414d7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    17c9cb2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    830814d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b62926 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fd951ce View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2bd91b6 View commit details
    Browse the repository at this point in the history
  21. fix rollup config

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c1b78ee View commit details
    Browse the repository at this point in the history
  22. fix main entry point

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    081d827 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fdad689 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d58a471 View commit details
    Browse the repository at this point in the history
  25. Convert @bugsnag/plugin-browser-request to TypeScript (#2236)

    * 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]>
    AnastasiiaSvietlova and gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b513a37 View commit details
    Browse the repository at this point in the history
  26. Convert @bugsnag/plugin-browser-context to TypeScript (#2240)

    * 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
    
    * refactor: ♻️ convert plugin-window-onerror to typescript
    
    * update rollup configuration
    
    * Convert plugin-browser-context to TypeScript
    
    * fix: add missing dependencies
    
    * fix: rollup
    
    * fix: rollup for plugin-window-onerror
    
    * fix
    
    * fix: unhandled rejection
    
    * fix: type error
    
    * chore: 🏷️ fix types
    
    * Revert "fix: type error"
    
    This reverts commit b314bf8.
    
    * chore: 🔥 remove IE8 workaround code
    
    * fix: 🩹 fix RN init command
    
    ---------
    
    Co-authored-by: Ben Wilson <[email protected]>
    AnastasiiaSvietlova and gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    93d05ec View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    af39cc2 View commit details
    Browse the repository at this point in the history
  28. fix: process TS error

    AnastasiiaSvietlova authored and gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    58f21cc View commit details
    Browse the repository at this point in the history
  29. fix: console methods type

    Co-authored-by: Ben Wilson <[email protected]>
    AnastasiiaSvietlova authored and gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    75dd156 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d6d6694 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    13aaae9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    500a600 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d55ed32 View commit details
    Browse the repository at this point in the history
  34. fix: types

    AnastasiiaSvietlova authored and gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    258c27e View commit details
    Browse the repository at this point in the history
  35. update types and exports

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a46e2c2 View commit details
    Browse the repository at this point in the history
  36. chore: 🩹 simplify types

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    020790e View commit details
    Browse the repository at this point in the history
  37. Convert @bugsnag/plugin-simple-throttle to TypeScript (#2242)

    * update rollup configuration
    
    * convert plugin-simple-throttle to typescript
    
    * fix: int-range
    
    ---------
    
    Co-authored-by: Ben Wilson <[email protected]>
    AnastasiiaSvietlova and gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2eb67a5 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    334eb40 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    09f0d07 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    30783a0 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f30a045 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    73f545d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8bee669 View commit details
    Browse the repository at this point in the history
  44. update files list

    gingerbenw committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f66cf12 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4605afc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Refactor @bugsnag/plugin-client-ip (#2260)

    * refactor @bugsnag/plugin-client-ip
    
    * fix rollup config
    
    * update with internal client
    
    * update extended plugin interface
    
    * fix value type to unknown
    AnastasiiaSvietlova authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    af49fb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    b3677d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Merge pull request #2266 from bugsnag/PLAT-13091/plugin-strip-query-s…

    …tring
    
    Refactor @bugsnag/plugin-strip-query-string
    gingerbenw authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9a4591e View commit details
    Browse the repository at this point in the history