File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @vercel/otel " : patch
3+ ---
4+
5+ add project id to resource attributes
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: e2e Tests (prod)
22
33on :
44 push :
5- branches : [main]
5+ branches : [main, v1.x ]
66 pull_request :
7- branches : [main]
7+ branches : [main, v1.x ]
88
99jobs :
1010 test :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Eslint
22
33on :
44 push :
5- branches : [main]
5+ branches : [main, v1.x ]
66 pull_request :
7- branches : [main]
7+ branches : [main, v1.x ]
88
99jobs :
1010 test :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Type Check
22
33on :
44 push :
5- branches : [main]
5+ branches : [main, v1.x ]
66 pull_request :
7- branches : [main]
7+ branches : [main, v1.x ]
88
99jobs :
1010 test :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Unit Tests
22
33on :
44 push :
5- branches : [main]
5+ branches : [main, v1.x ]
66 pull_request :
7- branches : [main]
7+ branches : [main, v1.x ]
88
99jobs :
1010 test :
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ export class Sdk {
135135 "vercel.deployment_id" : process . env . VERCEL_DEPLOYMENT_ID || undefined ,
136136 [ SemanticResourceAttributes . SERVICE_VERSION ] :
137137 process . env . VERCEL_DEPLOYMENT_ID ,
138+ "vercel.project_id" : process . env . VERCEL_PROJECT_ID || undefined ,
138139
139140 ...configuration . attributes ,
140141 } )
You can’t perform that action at this time.
0 commit comments