UNPKG

1.6 kBTypeScriptView 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/** The reason why an idle span finished. */
20export declare const SEMANTIC_ATTRIBUTE_SENTRY_IDLE_SPAN_FINISH_REASON = "sentry.idle_span_finish_reason";
21/** The unit of a measurement, which may be stored as a TimedEvent. */
22export declare const SEMANTIC_ATTRIBUTE_SENTRY_MEASUREMENT_UNIT = "sentry.measurement_unit";
23/** The value of a measurement, which may be stored as a TimedEvent. */
24export declare const SEMANTIC_ATTRIBUTE_SENTRY_MEASUREMENT_VALUE = "sentry.measurement_value";
25/**
26 * The id of the profile that this span occured in.
27 */
28export declare const SEMANTIC_ATTRIBUTE_PROFILE_ID = "sentry.profile_id";
29export declare const SEMANTIC_ATTRIBUTE_EXCLUSIVE_TIME = "sentry.exclusive_time";
30export declare const SEMANTIC_ATTRIBUTE_CACHE_HIT = "cache.hit";
31export declare const SEMANTIC_ATTRIBUTE_CACHE_KEY = "cache.key";
32export declare const SEMANTIC_ATTRIBUTE_CACHE_ITEM_SIZE = "cache.item_size";
33//# sourceMappingURL=semanticAttributes.d.ts.map
\No newline at end of file