We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d71aa commit 95fd6b1Copy full SHA for 95fd6b1
packages/core/src/utils/meta.ts
@@ -1,5 +1,7 @@
1
import type { Client, Scope, Span } from '@sentry/types';
2
-import { getTraceData } from './traceData'; /**
+import { getTraceData } from './traceData';
3
+
4
+/**
5
* Returns a string of meta tags that represent the tracing data.
6
*
7
* You can use this to propagate a trace from your server-side rendered Html to the browser.
0 commit comments