SDKs

One JSON envelope. Twenty-odd ways to send it.

Errors-only in v1 today; APM and session replay land per-SDK where noted. Every library ships the same install-and-verify curl, so you can confirm ingestion before writing a line of app code.

Server & backend10 SDKs

Node.js

v0.1.2
@errorgap/node · npm
Express · Fastify

Auto-instrument uncaught exceptions and unhandled rejections.

Python

v0.1.1
errorgap · PyPI
Django · Flask · FastAPI

WSGI/ASGI middleware plus a manual capture API.

Ruby

v0.5.0
errorgap-ruby
Rails · Rack · Sinatra

Rack middleware; Rails railtie wires itself in.

PHP

v0.3.0
errorgap/errorgap · Packagist
Symfony · Slim · plain

Error + exception handlers, framework-agnostic core.

Laravel

v0.2.0
errorgap/laravel · Packagist
Laravel

Service provider + exception-handler integration.

Go

v0.1.0
errorgap-go
net/http

Handler wrapper and a manual Notify() call.

Java · Kotlin · Scala

v0.2.0
com.errorgap:errorgap-core · Maven Central
Spring Boot starter

JVM core plus a Spring Boot auto-configuration starter.

.NET

v0.2.0
Errorgap · Errorgap.AspNetCore · NuGet
ASP.NET Core

Middleware for ASP.NET Core; core works anywhere.

Elixir

v0.2.0
errorgap · Hex
Phoenix

Plug + Phoenix error reporter.

Rust

v0.2.0
errorgap · crates.io
Axum · Actix · Tonic

Tower layer plus a manual capture macro.

Browser & JS runtimes5 SDKs

Browser / React

v0.1.1
@errorgap/browser · npm
React ErrorBoundary

window.onerror + unhandledrejection, ships a React error boundary.

Deno

v0.2.0
errorgap-deno

Native Deno module — no build step.

Bun

v0.2.0
errorgap-bun

Bun-native runtime hooks.

Nuxt

v0.1.0
@errorgap/nuxt · npm
Vue · Nitro

One module for client Vue errors and server Nitro errors.

Next.js

v0.1.0
@errorgap/nextjs · npm
App Router

Client browser errors and server onRequestError in one package.

Mobile5 SDKs

iOS · macOS (Swift)

v0.2.0
Errorgap · SwiftPM

NSException + Swift error capture.

Android (Kotlin)

v0.2.0
com.errorgap:errorgap-android · Maven Central

Uncaught-exception handler, ANR-aware.

React Native

v0.2.0
@errorgap/react-native · npm

JS + native crash bridge in one package.

Flutter

v0.2.0
errorgap · pub.dev

FlutterError + zone capture.

Unity

Planned
com.errorgap.unity

C# exception capture for runtime builds.

CMS & other2 SDKs

WordPress

v0.2.0
errorgap-wordpress · plugin

Drop-in plugin; captures PHP fatals and notices.

{ }

Anything else

v—
Plain HTTP

One POST with the JSON envelope — see the API reference.