File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
docs/use-cases/observability/clickstack/ingesting-data/sdks Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ npm install @hyperdx/browser
46
46
import HyperDX from ' @hyperdx/browser' ;
47
47
48
48
HyperDX .init ({
49
+ url: ' http://localhost:4318' ,
49
50
apiKey: ' YOUR_INGESTION_API_KEY' ,
50
51
service: ' my-frontend-app' ,
51
52
tracePropagationTargets: [/ api. myapp. domain/ i ], // Set to link traces from frontend to backend requests
@@ -69,6 +70,7 @@ This is recommended if your site is not currently built using a bundler.
69
70
<
script src =
" //www.unpkg.com/@hyperdx/[email protected] /build/index.js" ></
script >
70
71
<script >
71
72
window .HyperDX .init ({
73
+ url: ' http://localhost:4318' ,
72
74
apiKey: ' YOUR_INGESTION_API_KEY' ,
73
75
service: ' my-frontend-app' ,
74
76
tracePropagationTargets: [/ api. myapp. domain/ i ], // Set to link traces from frontend to backend requests
You can’t perform that action at this time.
0 commit comments