Commit 804f7a7
authored
ref(core): Streamline
Quick PR to streamline the stack frame `module_metadata` property
assignment (`addMetadataToStackFrames`) and cleanup
(`stripMetadataFromStackFrames`) logic, since we can use optional
chaining now without a bundle size hit from polyfilling.
Originally went with moving the cleanup logic into the client but
decided against it due to the bundle size hit (see comment).module_metadata assignment and cleanup functions (#17696)1 parent 97ff2f7 commit 804f7a7
File tree
4 files changed
+12
-31
lines changed- packages/core/src
- integrations
4 files changed
+12
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
File renamed without changes.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 62 | + | |
67 | 63 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 64 | + | |
| 65 | + | |
73 | 66 | | |
74 | 67 | | |
75 | | - | |
76 | | - | |
77 | | - | |
| 68 | + | |
78 | 69 | | |
79 | 70 | | |
80 | 71 | | |
81 | 72 | | |
82 | 73 | | |
83 | 74 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
94 | 78 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 79 | + | |
98 | 80 | | |
0 commit comments