hyperdxio / hyperdx

Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.
https://hyperdx.io/
MIT License
6.38k stars 175 forks source link

How to integrate hyperdx in Flutter applications or native iOS or Android App #397

Open phpmaple opened 1 month ago

MikeShi42 commented 1 month ago

Hey there - we're OpenTelemetry compatible, so any OpenTelemetry SDK available on those platforms will work with HyperDX. Here's a few links for getting started with Otel on a few of those platforms you've mentioned:

You can then configure those SDKs to point to the otel endpoint (https://in-otel.hyperdx.io for HTTP on cloud), with the authorization header set (ex. authorization: YOUR_KEY_HERE)