apollo-link-sentry icon indicating copy to clipboard operation
apollo-link-sentry copied to clipboard

Apollo Link middleware which enriches SentryJS with GraphQL data

Results 10 apollo-link-sentry issues
Sort by recently updated
recently updated
newest added

This is really strange bug I came up with, but here is the reproduction repo (it took me really long time to make): [~zerdox/apollo-link-sentry-441](https://git.sr.ht/~zerdox/apollo-link-sentry-441) UPD: Now you can reproduce issue...

Does it report errors twice if you do sentry capture there and in your catch?

enhancement

I would like to scope certain sentry enrichments to only appear on error. It would be useful for `includeFetchResult`, `includeError`, `includeVariables`, `setTransaction`, `setFingerprint`, etc to be included when there is...

enhancement

In our project we have some _large_ queries and mutations. What is the recommended way to limit the size of the queries/variables --> using the `transform ` fn? Do you...

enhancement

Still unfinished, please let me know if this is something that you would like to add before i continue work.

I couldn't use the most recent version of this package without supporting esnext on my project. Can you build this package by targeting an ES/JS version which is widely supported?...

enhancement

Because [apollo-link-sentry](https://github.com/DiederikvandenB/apollo-link-sentry) depend on "@sentry/browser" package at runtime.

I believe this has been mentioned in https://github.com/DiederikvandenB/apollo-link-sentry/issues/420 When setting `errorPolicy: 'all'`, no exception is raised but any error link set for apollo client will still execute with error details...

enhancement

Hello, I tried upgrading from `3.3.0` to `4.0.0`. To do so, I also upgraded `@sentry/browser` from `7.119.0` to the latest version (`8.28.0`). Even though `@sentry/browser` is never referenced in my...

bug