You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers. `sentry.source`
8016
+
*
8017
+
* Attribute Value Type: `string` {@link SENTRY_SOURCE_TYPE}
8018
+
*
8019
+
* Contains PII: false
8020
+
*
8021
+
* Attribute defined in OTEL: No
8022
+
*
8023
+
* @deprecated Use {@link SENTRY_SPAN_SOURCE} (sentry.span.source) instead - This attribute is being deprecated in favor of sentry.span.source
* The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. `sentry.span.source`
8036
+
* The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers. `sentry.span.source`
8016
8037
*
8017
8038
* Attribute Value Type: `string` {@link SENTRY_SPAN_SOURCE_TYPE}
"The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers.",
15481
+
type: 'string',
15482
+
pii: {
15483
+
isPii: 'false',
15484
+
},
15485
+
isInOtel: false,
15486
+
example: 'route',
15487
+
deprecation: {
15488
+
replacement: 'sentry.span.source',
15489
+
reason: 'This attribute is being deprecated in favor of sentry.span.source',
15490
+
},
15491
+
changelog: [{version: 'next'}],
15492
+
},
15455
15493
[SENTRY_SPAN_SOURCE]: {
15456
15494
brief:
15457
-
"The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`.",
15495
+
"The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers.",
15458
15496
type: 'string',
15459
15497
pii: {
15460
15498
isPii: 'false',
@@ -16764,6 +16802,7 @@ export type Attributes = {
"brief": "The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers.",
4
+
"type": "string",
5
+
"pii": {
6
+
"key": "false"
7
+
},
8
+
"is_in_otel": false,
9
+
"example": "route",
10
+
"deprecation": {
11
+
"_status": "backfill",
12
+
"replacement": "sentry.span.source",
13
+
"reason": "This attribute is being deprecated in favor of sentry.span.source"
Copy file name to clipboardExpand all lines: model/attributes/sentry/sentry__span__source.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"key": "sentry.span.source",
3
-
"brief": "The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`.",
3
+
"brief": "The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers.",
"""The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers.
4530
+
4531
+
Type: str
4532
+
Contains PII: false
4533
+
Defined in OTEL: No
4534
+
DEPRECATED: Use sentry.span.source instead - This attribute is being deprecated in favor of sentry.span.source
"""The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`.
4540
+
"""The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers.
4529
4541
4530
4542
Type: str
4531
4543
Contains PII: false
@@ -9995,8 +10007,23 @@ class ATTRIBUTE_NAMES(metaclass=_AttributeNamesMeta):
9995
10007
ChangelogEntry(version="0.1.0", prs=[102]),
9996
10008
],
9997
10009
),
10010
+
"sentry.source": AttributeMetadata(
10011
+
brief="The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers.",
10012
+
type=AttributeType.STRING,
10013
+
pii=PiiInfo(isPii=IsPii.FALSE),
10014
+
is_in_otel=False,
10015
+
example="route",
10016
+
deprecation=DeprecationInfo(
10017
+
replacement="sentry.span.source",
10018
+
reason="This attribute is being deprecated in favor of sentry.span.source",
10019
+
status=DeprecationStatus.BACKFILL,
10020
+
),
10021
+
changelog=[
10022
+
ChangelogEntry(version="next"),
10023
+
],
10024
+
),
9998
10025
"sentry.span.source": AttributeMetadata(
9999
-
brief="The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`.",
10026
+
brief="The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers.",
10000
10027
type=AttributeType.STRING,
10001
10028
pii=PiiInfo(isPii=IsPii.FALSE),
10002
10029
is_in_otel=False,
@@ -11337,6 +11364,7 @@ class ATTRIBUTE_NAMES(metaclass=_AttributeNamesMeta):
Copy file name to clipboardExpand all lines: shared/deprecated_attributes.json
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2698,6 +2698,26 @@
2698
2698
}
2699
2699
]
2700
2700
},
2701
+
{
2702
+
"key": "sentry.source",
2703
+
"brief": "The source of a span, also referred to as transaction source. Known values are: `'custom'`, `'url'`, `'route'`, `'component'`, `'view'`, `'task'`. '`source`' describes a parametrized route, while `'url'` describes the full URL, potentially containing identifiers.",
2704
+
"type": "string",
2705
+
"pii": {
2706
+
"key": "false"
2707
+
},
2708
+
"is_in_otel": false,
2709
+
"example": "route",
2710
+
"deprecation": {
2711
+
"_status": "backfill",
2712
+
"replacement": "sentry.span.source",
2713
+
"reason": "This attribute is being deprecated in favor of sentry.span.source"
2714
+
},
2715
+
"changelog": [
2716
+
{
2717
+
"version": "next"
2718
+
}
2719
+
]
2720
+
},
2701
2721
{
2702
2722
"key": "ttfb.requestTime",
2703
2723
"brief": "The time it takes for the server to process the initial request and send the first byte of a response to the user's browser",
0 commit comments