• Error Monitoring
  • Logs
  • Session Replay
  • Tracing
  • Seer
  • Uptime Monitoring
  • Profiling
  • Cron Monitoring
  • AI Code Review
  • Github
  • Slack
  • All Integrations
  • Javascript
  • Python
  • React
  • Laravel
  • Next.js
  • All SDKs

Solutions

  • Web / Full Stack Development
  • Mobile Crash Reporting
  • Game Crash Reporting
  • AI Observability
  • Application Performance Monitoring
  • Real User Monitoring
  • Ecommerce
  • Enterprise
  • Blog
  • Changelog
  • Sandbox
  • Resources
  • Sentry Answers
  • Syntax
  • Customers
  • For Startups
  • Contact Us
  • Help Center
  • Status
  • Sentry Build
  • Events
  • Merch
Docs
Pricing
Sign InGet DemoGet Started
  • Products

    • Error Monitoring
    • LogsNEW
    • Session Replay
    • Tracing
    • SeerNEW
    • Uptime Monitoring
    • Profiling
    • Cron Monitoring
    • AI Code ReviewNEW

    Products

    • Error Monitoring
    • LogsNEW
    • Session Replay
    • Tracing
    • SeerNEW
    • Uptime Monitoring
    • Profiling
    • Cron Monitoring
    • AI Code ReviewNEW

    Integrations

    • Github
    • Slack
    • All Integrations

    Integrations

    • Github
    • Slack
    • All Integrations

    SDKs

    • Javascript
    • Python
    • React
    • Laravel
    • Next.js
    • All SDKs

    SDKs

    • Javascript
    • Python
    • React
    • Laravel
    • Next.js
    • All SDKs
  • Solutions

    • Web / Full Stack Development
    • Mobile Crash Reporting
    • Game Crash Reporting
    • AI Observability
    • Application Performance Monitoring
    • Real User Monitoring
    • Ecommerce
    • Enterprise
  • Learn

    • Blog
    • Changelog
    • Sandbox
    • Resources
    • Sentry Answers
    • Syntax
    • Customers
    • For Startups

    Learn

    • Blog
    • Changelog
    • Sandbox
    • Resources
    • Sentry Answers
    • Syntax
    • Customers
    • For Startups

    Support

    • Contact Us
    • Help Center
    • Status

    Support

    • Contact Us
    • Help Center
    • Status

    Hang out with us

    • Sentry Build
    • Events
    • Merch

    Hang out with us

    • Sentry Build
    • Events
    • Merch
    Holiday E-Commerce Checklist: A Developer’s Survival Guide

    Holiday E-Commerce Checklist: A Developer’s Survival Guide

    There’s never a good time for errors or performance degradations to show up, but during periods of peak traffic like the holidays, it’s especially critical to get immediate answers about what's failing and how to fix it.

    Learn More
  • Docs
  • Pricing
Sign InGet DemoGet Started
Sentry Changelog Illustration

Sentry Changelog

Follow Twitter@SentryChangelog to stay up to date on everything from product updates to SDK changes.

Categories:

Jump to:

Sentry Changelog Illustration

Sentry Changelog

Follow Twitter@SentryChangelog to stay up to date on everything from product updates to SDK changes.

Categories:

July 2024

The Sentry NestJS SDK is live

SDKS
JAVASCRIPT

We are happy to announce that the Sentry NestJS SDK is now live.

July 10, 2024

Wordpress - Sentry Integration adds Tracing and Profiling support for PHP

PERFORMANCE
PROFILING
PHP

PHP developers working with wordpress have been able to integrate Sentry into their application for error monitoring using a community maintained integration. With the latest release it now supports tracing and profiling as well.

Check out the latest release v7.17.0 to try it out,

July 4, 2024
June 2024

Ignore errors that don't come from your code

ISSUES
JAVASCRIPT
FRONTEND

A lot of noisy errors come from JavaScript that wasn't written by yourself. Browser extensions, code-injecting browsers, or widgets from third-party services all may throw errors that you cannot address.

There are two possibilities to filter out these kinds of errors:

  1. Using the allowUrls and denyUrls options
  2. Using the thirdPartyErrorFilterIntegration (recommended)
June 25, 2024

Search for your Traces

PERFORMANCE

Directly search for relevant traces to help debug problems

June 20, 2024

The Sentry Solid SDK is live

SDKS
JAVASCRIPT

We are happy to announce that the Sentry Solid SDK is now live.

June 19, 2024

Improved Remix SDK Support

SDKS
JAVASCRIPT
PERFORMANCE

With the 8.10.0 release of our Remix SDK includes improvements to our tracing experience, and resolved a number of old issues.

You can now simplify your remix instrumentation by opting-in like this:

const Sentry = require('@sentry/remix');

Sentry.init({
  dsn: YOUR_DSN
  // opt-in to new auto instrumentation
  autoInstrumentRemix: true,
});

With this setup, you do not need to add e.g. wrapExpressCreateRequestHandler anymore. Additionally, the quality of the captured data improves. The old way to use @sentry/remix continues to work, but it is encouraged to use the new setup.

June 19, 2024

React 19 Support

ERROR-MONITORING
JAVASCRIPT

8.6.0 of the Sentry React and Next.js SDKs add support for React 19 and its new error handling hooks. This means that Sentry will automatically attach your component stack to every new error, making it easy to know where to look in your component tree for debugging.

June 17, 2024

LLM Monitoring (Beta)

INTEGRATIONS
BETA
AI/ML

Sentry now integrates with OpenAI, Anthropic, LangChain, Cohere, and HuggingFace to help you monitor your LLM pipelines.

June 11, 2024

User Feedback Widget Screenshots

JAVASCRIPT
REPLAY

End-users can send screenshots as part of their feedback to provide more context, so you can get to the root of the problem faster.

June 5, 2024

Issue Priority is Generally Available

ISSUES

We're excited to announce the rollout of issue priority, a new feature that helps development teams streamline their workflow by surfacing critical errors.

June 4, 2024

Jump to: