Commit ab5d8a7
authored
Setup scopes before client (#3916)
The newly added feature flags add an error processor to `current_scope`
in their `setup_once`. This is actually an antipattern and shouldn't be
encouraged.
Either way, this PR sets up the scopes first since the integrations get
setup in the `Client` and require that scope to be correct.1 parent 869dfea commit ab5d8a7
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
205 | | - | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments