UNPKG

818 BTypeScriptView Raw
1/**
2 * Use this attribute to represent the source of a span.
3 * Should be one of: custom, url, route, view, component, task, unknown
4 *
5 */
6export declare const SEMANTIC_ATTRIBUTE_SENTRY_SOURCE = "sentry.source";
7/**
8 * Use this attribute to represent the sample rate used for a span.
9 */
10export declare const SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE = "sentry.sample_rate";
11/**
12 * Use this attribute to represent the operation of a span.
13 */
14export declare const SEMANTIC_ATTRIBUTE_SENTRY_OP = "sentry.op";
15/**
16 * Use this attribute to represent the origin of a span.
17 */
18export declare const SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN = "sentry.origin";
19/**
20 * The id of the profile that this span occured in.
21 */
22export declare const SEMANTIC_ATTRIBUTE_PROFILE_ID = "profile_id";
23//# sourceMappingURL=semanticAttributes.d.ts.map
\No newline at end of file