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

chore(deps): Bump sentry #150

Merged
merged 1 commit into from
May 9, 2024

Commits on May 9, 2024

  1. chore(deps): Bump sentry

    This should fix an issue with undici
    
    ```
    TypeError: request.headers.split is not a function
        at setHeadersOnRequest (/usr/src/app/node_modules/@sentry/node/cjs/integrations/undici/index.js:248:39)
        at _onRequestCreate (/usr/src/app/node_modules/@sentry/node/cjs/integrations/undici/index.js:158:9)
        at Channel.publish (node:diagnostics_channel:143:9)
        at new Request (node:internal/deps/undici/undici:6295:27)
        at [dispatch] (node:internal/deps/undici/undici:9077:25)
        at Intercept (node:internal/deps/undici/undici:8812:20)
        at [Intercepted Dispatch] (node:internal/deps/undici/undici:5673:16)
        at Client.dispatch (node:internal/deps/undici/undici:5689:44)
        at [dispatch] (node:internal/deps/undici/undici:5920:32)
        at [Intercepted Dispatch] (node:internal/deps/undici/undici:5666:33)
    ```
    
    See getsentry/sentry-javascript#10936
    evanpurkhiser committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fa4db27 View commit details
    Browse the repository at this point in the history