sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Official Sentry SDKs for JavaScript

Results 1038 sentry-javascript issues
Sort by recently updated
recently updated
newest added

Just moving the decorators to improve the structure of the nest SDK package a bit.

In some cases, Vue components do not have `options.name` defined, but instead have `options.__name`. Such components will be displayed as anonymous in Sentry and currently won't be matched in `trackComponents`....

We want to show the score for each layout shift as well as the all the nodes that contributed to the score, so we're adding a new `attributions` object to...

I tried building the sentry-javascript repo locally but had multiple dependency issues. Therefore I created a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers), which includes all needed dependencies. In the Dockerfile are now also all needed...

Adding a span 'Interceptor - After Span' to improve instrumentation for operations happening after the route execution is done. Tracking what happens in individual interceptors after the route is hard,...

This plugin simplifies source maps upload by using `@sentry/vite-plugin` and enabling source map generation by default. Usage: ```js import { defineConfig } from '@solidjs/start/config' import { sentrySolidStartVite } from '@sentry/solidstart'...

Package: solidstart