hyperdx icon indicating copy to clipboard operation
hyperdx copied to clipboard

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

Open phpmaple opened this issue 1 year ago • 1 comments

phpmaple avatar May 08 '24 11:05 phpmaple

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)

MikeShi42 avatar May 08 '24 19:05 MikeShi42