Stephen Cefali

Results 23 issues of Stephen Cefali

We don't need logic on the fron-end to have a default provider because the backend handles proving defaults. And if no providers are enabled at all, then we just don't...

Scope: Frontend

Since the backfill (https://github.com/getsentry/sentry/pull/37321) for slack is complete, we can default to Slack being enabled for everyone.

Scope: Backend

Basic prototype de-dupe infight requests by wrapping the promise and only evaluating it the URL matches. This only works for GET requests. Note this is not cache so if you...

Scope: Frontend

Status: Stale
Scope: Frontend

### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues - [X] This issue is not a question, feature...

type: bug
topic: media

## Summary I would like the `logEventWithGroups` API to accept an optional timstamp. ## Motivations The reason for this request is that I want to pass a timestamp while using...

enhancement

This PR adds [Sentry](https://sentry.io/welcome/) monitoring to the blues stack using the new [@sentry/remix](https://www.npmjs.com/package/@sentry/remix) SDK. Sentry is an application monitoring tool that helps developers with finding bugs and performance issues. By...

This PR adds Sentry to the Epic Stack. I am largely just following the guide Sentry has for Remix: https://docs.sentry.io/platforms/javascript/guides/remix/ This will add Sentry's error, performance, and session replay monitoring...

Is there interest in adding an application monitoring solution such as Sentry (which can be self-hosted if you don't want to pay for Saas)? If so I can, spend some...

enhancement

This PR adds Sentry error, performance, and session replay monitoring. Note Sentry offers both a [SaaS solution](https://sentry.io/) and [self-hosted solution](https://develop.sentry.dev/self-hosted/). The instructions you are using SaaS but the guide still...