mirror of
https://github.com/MarSeventh/CloudFlare-ImgBed.git
synced 2026-04-27 07:35:07 +00:00
init
This commit is contained in:
35
node_modules/@sentry/core/cjs/semanticAttributes.js
generated
vendored
Normal file
35
node_modules/@sentry/core/cjs/semanticAttributes.js
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
/**
|
||||
* Use this attribute to represent the source of a span.
|
||||
* Should be one of: custom, url, route, view, component, task, unknown
|
||||
*
|
||||
*/
|
||||
const SEMANTIC_ATTRIBUTE_SENTRY_SOURCE = 'sentry.source';
|
||||
|
||||
/**
|
||||
* Use this attribute to represent the sample rate used for a span.
|
||||
*/
|
||||
const SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE = 'sentry.sample_rate';
|
||||
|
||||
/**
|
||||
* Use this attribute to represent the operation of a span.
|
||||
*/
|
||||
const SEMANTIC_ATTRIBUTE_SENTRY_OP = 'sentry.op';
|
||||
|
||||
/**
|
||||
* Use this attribute to represent the origin of a span.
|
||||
*/
|
||||
const SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN = 'sentry.origin';
|
||||
|
||||
/**
|
||||
* The id of the profile that this span occured in.
|
||||
*/
|
||||
const SEMANTIC_ATTRIBUTE_PROFILE_ID = 'profile_id';
|
||||
|
||||
exports.SEMANTIC_ATTRIBUTE_PROFILE_ID = SEMANTIC_ATTRIBUTE_PROFILE_ID;
|
||||
exports.SEMANTIC_ATTRIBUTE_SENTRY_OP = SEMANTIC_ATTRIBUTE_SENTRY_OP;
|
||||
exports.SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN = SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN;
|
||||
exports.SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE = SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE;
|
||||
exports.SEMANTIC_ATTRIBUTE_SENTRY_SOURCE = SEMANTIC_ATTRIBUTE_SENTRY_SOURCE;
|
||||
//# sourceMappingURL=semanticAttributes.js.map
|
||||
Reference in New Issue
Block a user