Commit 820bd77
authored
Feat: Add @sentry/tracing (getsentry#2719)
* feat: Create IdleTransaction class (getsentry#2720)
* feat: Add BrowserTracing integration (getsentry#2723)
* feat: Add span creators to @sentry/tracing package (getsentry#2736)
* ref: Convert React and Vue Tracing to use active transaction (getsentry#2741)
* build: generate tracing bundles
* fix: Remove circular dependency between span and transaction
* ref: Add side effects true to tracing
* build: Only include @sentry/browser for bundle
* fix: Make sure vue and react are backwards compatible with @sentry/apm1 parent 0f07871 commit 820bd77Copy full SHA for 820bd77
File tree
Expand file treeCollapse file tree
43 files changed
+3919
-121
lines changedOpen diff view settings
Filter options
- packages
- integrations/src
- react
- src
- test
- tracing
- src
- browser
- integrations
- test
- browser
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
43 files changed
+3919
-121
lines changedOpen diff view settings
Collapse file
+2-1Lines changed: 2 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
| 7 | + |
6 | 8 | |
7 | 9 | |
8 | 10 | |
| ||
17 | 19 | |
18 | 20 | |
19 | 21 | |
20 | | - |
21 | 22 | |
22 | 23 | |
23 | 24 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
|
Collapse file
packages/integrations/src/vue.ts
Copy file name to clipboardExpand all lines: packages/integrations/src/vue.ts+45-5Lines changed: 45 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
7 | 8 | |
8 | 9 | |
9 | 10 | |
10 | 11 | |
11 | 12 | |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
12 | 20 | |
13 | 21 | |
14 | 22 | |
| ||
229 | 237 | |
230 | 238 | |
231 | 239 | |
| 240 | + |
232 | 241 | |
233 | 242 | |
234 | 243 | |
| ||
242 | 251 | |
243 | 252 | |
244 | 253 | |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
245 | 263 | |
246 | 264 | |
247 | 265 | |
| ||
315 | 333 | |
316 | 334 | |
317 | 335 | |
| 336 | + |
318 | 337 | |
319 | 338 | |
320 | 339 | |
321 | 340 | |
322 | | - |
323 | | - |
324 | | - |
325 | 341 | |
326 | 342 | |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
327 | 348 | |
328 | 349 | |
329 | 350 | |
| ||
333 | 354 | |
334 | 355 | |
335 | 356 | |
336 | | - |
| 357 | + |
| 358 | + |
337 | 359 | |
338 | 360 | |
339 | 361 | |
| ||
405 | 427 | |
406 | 428 | |
407 | 429 | |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
Collapse file
packages/react/src/profiler.tsx
Copy file name to clipboardExpand all lines: packages/react/src/profiler.tsx+58-36Lines changed: 58 additions & 36 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
| ||
20 | 21 | |
21 | 22 | |
22 | 23 | |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | 24 | |
35 | 25 | |
36 | 26 | |
37 | 27 | |
| 28 | + |
38 | 29 | |
39 | 30 | |
40 | 31 | |
| ||
52 | 43 | |
53 | 44 | |
54 | 45 | |
| 46 | + |
55 | 47 | |
56 | 48 | |
57 | 49 | |
| ||
66 | 58 | |
67 | 59 | |
68 | 60 | |
| 61 | + |
69 | 62 | |
70 | 63 | |
71 | 64 | |
| ||
96 | 89 | |
97 | 90 | |
98 | 91 | |
99 | | - |
| 92 | + |
100 | 93 | |
101 | | - |
102 | | - |
103 | | - |
| 94 | + |
104 | 95 | |
105 | 96 | |
106 | 97 | |
| ||
116 | 107 | |
117 | 108 | |
118 | 109 | |
| 110 | + |
| 111 | + |
119 | 112 | |
120 | | - |
| 113 | + |
| 114 | + |
121 | 115 | |
122 | | - |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
123 | 123 | |
124 | 124 | |
125 | 125 | |
126 | 126 | |
127 | 127 | |
128 | | - |
129 | | - |
130 | | - |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
131 | 137 | |
132 | 138 | |
133 | 139 | |
134 | 140 | |
135 | 141 | |
136 | 142 | |
137 | | - |
| 143 | + |
138 | 144 | |
139 | 145 | |
140 | 146 | |
141 | 147 | |
142 | 148 | |
143 | 149 | |
144 | 150 | |
145 | | - |
| 151 | + |
146 | 152 | |
147 | 153 | |
148 | 154 | |
| ||
160 | 166 | |
161 | 167 | |
162 | 168 | |
163 | | - |
| 169 | + |
164 | 170 | |
165 | 171 | |
166 | | - |
| 172 | + |
167 | 173 | |
168 | 174 | |
169 | 175 | |
170 | | - |
| 176 | + |
171 | 177 | |
172 | 178 | |
173 | 179 | |
| ||
221 | 227 | |
222 | 228 | |
223 | 229 | |
224 | | - |
| 230 | + |
225 | 231 | |
226 | | - |
| 232 | + |
227 | 233 | |
228 | 234 | |
229 | | - |
230 | | - |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
231 | 241 | |
232 | 242 | |
233 | | - |
234 | | - |
| 243 | + |
235 | 244 | |
236 | 245 | |
237 | 246 | |
238 | | - |
239 | | - |
| 247 | + |
| 248 | + |
| 249 | + |
240 | 250 | |
241 | 251 | |
242 | 252 | |
| ||
252 | 262 | |
253 | 263 | |
254 | 264 | |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
0 commit comments