Kev

Results 8 issues of Kev

fixes https://github.com/getsentry/sentry-javascript/issues/3807 ### Summary This adds long task collection to represent long running ui behaviour as spans in your frontend transactions. Behind an unexposed option for now. For context, we've...

Feature: Performance

### Summary This allows the `INP` measurement to be sent w/o counting towards the measurement limit.

Scope: Backend

This adds INP as a web vital queryable to the backend, as well as adding it in the vitals endpoints, and adding it to the metrics layer since it should...

Scope: Backend

### Summary This removes the suspect spans flag, left some empty feature contexts in tests for upcoming PRs

Scope: Backend

### Summary This adds 'integrations' to the sdk_info passed to ingest, mimics equivalent passing of integrations for python (see https://github.com/getsentry/sentry-python/blob/9fd938ed8762c06a8a1d355beb79f57c199ca92c/sentry_sdk/client.py\#L197). Saw this was missing when trying to figure out which...

### Summary In local dev for debugging it might be nicer to have snuba logs pushed into a file; easier to copy and devserver is pretty spammy nowadays. This isn't...

Scope: Backend

This sets a default profiling sample rate of 0 since not everyone may want profiling in CI due to cost concerns, but allows it to be enabled by passing it...

This function needs the other comparison direction, we should show users the old trace view if the trace is older (lower) than the span extraction date.

Scope: Frontend