Abhijeet Prasad

I love building out solutions to really difficult problems and seeing them come to life. Currently I'm at Sentry working on open source software. Feel free to reach out, I'm always looking for interesting opportunities!

Presentations & Talks

Achieving End-to-End Production Visibility with Tracing

Achieving End-to-End Production Visibility with Tracing

code.talks 2025 · November 6, 2025

Modern applications often become complex black boxes when issues arise, making it difficult to pinpoint root causes across frontend and backend components. This talk reveals how distributed tracing transforms fragmented telemetry into actionable insights, empowering developers to diagnose problems faster and build more resilient systems.

Module Customization Hooks by Example

Module Customization Hooks by Example

JSConf US 2025 · October 16, 2025

Node.js module customization hooks let you expand functionality for use cases like dynamic patching, loading TypeScript files, and APM instrumentation. This talk walks through hands-on examples showing how to use these hooks to create more adaptable Node.js applications.

Even Your Components Need a Safety Net: React Error Handling Deep Dive

Even Your Components Need a Safety Net: React Error Handling Deep Dive

React Miami 2025 · April 18, 2025

A deep dive into React error boundaries and the new error handling hooks introduced in React 19. Learn how Sentry leverages these capabilities to power debugging features for every developer.

View all presentations

Blog Posts

JavaScript needs Debug IDs

JavaScript needs Debug IDs

March 2025

Sentry is proposing the adoption of content-addressable Debug IDs as a new industry standard to replace fragile, URL-based source mapping with a deterministic and reliable way to link minified JavaScript to its original source code.

Fix your actual slow-loading assets with Resource Monitoring

Fix your actual slow-loading assets with Resource Monitoring

January 2024

How Sentry's Resource Monitoring feature helps identify and optimize slow-loading web assets by understanding how resources are used in production workloads.

Local Variables for NodeJS in Sentry

Local Variables for NodeJS in Sentry

February 2023

Introducing local variable support for Node.js SDK, enabling developers to view variable values directly in error stack traces for easier debugging.

View all blog posts

Work Experience

Senior Software Engineer

Sentry · April 2021 - Present

Building out client infastructure at Sentry (Sentry SDKs, Tracing/OpenTelemetry, Event Processing Systems).

Projects

OTLP Payload Validator

Validate OpenTelemetry Protocol (OTLP) payloads for traces, logs, and metrics