Skip to content

Commit

Permalink
Update examples/template/template.js
Browse files Browse the repository at this point in the history
Co-authored-by: A. Stoewer <[email protected]>
  • Loading branch information
zalegrala and stoewer authored May 23, 2024
1 parent 5a9c22a commit a808d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/template/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const client = new tracing.Client({
endpoint,
exporter: tracing.EXPORTER_OTLP,
tls: {
insecure: false,
insecure: true,
},
headers: {
"X-Scope-Orgid": orgid
Expand Down

0 comments on commit a808d9f

Please sign in to comment.