Skip to content

Instantly share code, notes, and snippets.

@KepaMax
KepaMax / sentry-glitchtip-integration.md
Created April 15, 2026 08:00
Sentry SDK & GlitchTip Integration for Expo

Sentry SDK & GlitchTip Integration for Expo

A developer guide for integrating Sentry (error tracking & performance monitoring) and GlitchTip (open-source Sentry-compatible backend) into an Expo managed or bare-workflow React Native application.


Table of Contents

@KepaMax
KepaMax / opentelemetry-metrics-integration.md
Last active April 15, 2026 08:00
Qonshu Mobile -- OpenTelemetry Metrics integration guide for Expo (Prometheus, Grafana dashboards, alerting)

OpenTelemetry Metrics Integration for Expo

A developer guide for integrating OpenTelemetry Metrics into an Expo React Native application. Covers metric types, instrumentation patterns, Collector configuration, Prometheus/Grafana dashboards, and alerting.


Table of Contents

@KepaMax
KepaMax / opentelemetry-loki-integration.md
Last active April 15, 2026 08:01
Qonshu Mobile -- OpenTelemetry + Grafana Loki structured logging guide (react-native-otel, MMKV WAL, Grafana Alloy)

OpenTelemetry + Grafana Loki Integration for Expo

A developer guide for integrating a structured logging pipeline into an Expo React Native application. Logs are collected via OpenTelemetry (OTLP/HTTP JSON) using the react-native-otel SDK, forwarded through an OTel Collector (or Grafana Alloy) to Grafana Loki, and queried with LogQL in Grafana dashboards.


Table of Contents