-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 7dc0472
head repository: getsentry/sentry-javascript
compare: c9fd9ca
- 13 commits
- 97 files changed
- 8 contributors
Commits on Nov 8, 2023
-
feat(feedback): use custom prepare/send, re-use createEventEnvelope f…
…rom core (#9432) Remove the use of our temporary ingest endpoint, and use our normal ingestion instead.
Configuration menu - View commit details
-
Copy full SHA for 2fc6632 - Browse repository at this point
Copy the full SHA 2fc6632View commit details -
getsentry-bot committed
Nov 8, 2023 Configuration menu - View commit details
-
Copy full SHA for b435ea5 - Browse repository at this point
Copy the full SHA b435ea5View commit details -
Merge pull request #9492 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for ea02ee5 - Browse repository at this point
Copy the full SHA ea02ee5View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for db5ce41 - Browse repository at this point
Copy the full SHA db5ce41View commit details -
test(e2e): Increase polling timeout from 30 to 90 seconds (#9491)
We talked about this a few times, maybe increasing the timeout here helps!
Configuration menu - View commit details
-
Copy full SHA for be44a21 - Browse repository at this point
Copy the full SHA be44a21View commit details -
feat(node): Capture internal server errors in trpc middleware (#9482)
Luca Forstner authoredNov 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 8b84905 - Browse repository at this point
Copy the full SHA 8b84905View commit details -
feat(remix): Export a type to use for
MetaFunctionparameters (#9493)Exported a type to be used like: ```typescript export const meta = ({ data }: SentryMetaArgs<MetaFunction<typeof loader>>) => { return [ { env: data.ENV, }, { name: 'sentry-trace', content: data.sentryTrace, }, { name: 'baggage', content: data.sentryBaggage, }, ]; }; ``` So the types from `loader` function and our injections are both available in type checking. Also, updated e2e tests to include `meta` injection checks for root and sub-routes.Configuration menu - View commit details
-
Copy full SHA for b531549 - Browse repository at this point
Copy the full SHA b531549View commit details -
ref(nextjs): Don't initialize Server SDK during build (#9503)
Luca Forstner authoredNov 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 061fe5a - Browse repository at this point
Copy the full SHA 061fe5aView commit details -
fix(astro): Mark SDK package as Astro-external (#9509)
Astro's Vite plugin tries to detect if a package is an "astro component package" (i.e. contains `.astro`) files by checking for a bunch of heuristics in the project's `package.json`. These packages will be run through the Astro compiler. https://github.com/withastro/astro/blob/7c458514c06c95158245bba4fa3c254abd333f5a/packages/astro/src/core/create-vite.ts#L74-L89 Because our SDK package matches multiple of the used heuristics, it is added to the compiler build which causes errors because some of our packages make the build fail (not sure why/how). Apparently, this is only problematic when the project is managed by `pnpm` which results in a build error. Other package managers don't seem to have a problem.
Configuration menu - View commit details
-
Copy full SHA for ab39b26 - Browse repository at this point
Copy the full SHA ab39b26View commit details -
feat(astro): Add distributed tracing via
<meta>tags (#9483)Add `<meta>` tag injection in our new `handleRequest` Astro middleware to enable distributed traces between BE and FE transactions. This is also the first step towards exporting a `<meta>` tag helper function (tracked in #8438). In a future PR I'll extract the function to the core or utils package and export it in our server-side SDKs.
Configuration menu - View commit details
-
Copy full SHA for 4fc2e7e - Browse repository at this point
Copy the full SHA 4fc2e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a9d58 - Browse repository at this point
Copy the full SHA e0a9d58View commit details -
Merge pull request #9510 from getsentry/prepare-release/7.80.0
meta: Update changelog for 7.80.0
Configuration menu - View commit details
-
Copy full SHA for 2789420 - Browse repository at this point
Copy the full SHA 2789420View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fd9ca - Browse repository at this point
Copy the full SHA c9fd9caView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7dc0472...c9fd9ca