Skip to content

Commit 95fd6b1

Browse files
committed
biome...
1 parent e8d71aa commit 95fd6b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/src/utils/meta.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import type { Client, Scope, Span } from '@sentry/types';
2-
import { getTraceData } from './traceData'; /**
2+
import { getTraceData } from './traceData';
3+
4+
/**
35
* Returns a string of meta tags that represent the tracing data.
46
*
57
* You can use this to propagate a trace from your server-side rendered Html to the browser.

0 commit comments

Comments
 (0)