Commit 94cb750
committed
ref: Remove organizations:event-preprocessors-without-plugins feature flag
The flag gating direct event preprocessing (bypassing plugin infra for
Java/JavaScript/Dart) is fully rolled out. Remove the flag and keep only
the new code path that calls get_event_preprocessors() directly.
- Remove flag check branching in should_process() and do_process_event()
- Delete deprecated JavaPlugin, JavascriptPlugin, DartPlugin classes
- Remove lang app configs from INSTALLED_APPS (no models/migrations)
- Delete associated plugin test files (logic covered by test_event_preprocessors.py)
- Update plugin registry test and JS test import1 parent 7c8f460 commit 94cb750
15 files changed
Lines changed: 12 additions & 596 deletions
File tree
- src/sentry
- conf
- features
- lang
- dart
- javascript
- java
- tasks
- tests/sentry
- lang
- dart
- javascript
- plugins
- tasks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
1026 | | - | |
1027 | 1026 | | |
1028 | | - | |
1029 | 1027 | | |
1030 | 1028 | | |
1031 | 1029 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | 485 | | |
489 | 486 | | |
490 | 487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
58 | 55 | | |
59 | 56 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
66 | 62 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 63 | | |
79 | 64 | | |
80 | 65 | | |
| |||
422 | 407 | | |
423 | 408 | | |
424 | 409 | | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
449 | 413 | | |
450 | | - | |
| 414 | + | |
451 | 415 | | |
452 | 416 | | |
453 | 417 | | |
454 | 418 | | |
455 | 419 | | |
456 | | - | |
| 420 | + | |
457 | 421 | | |
458 | 422 | | |
459 | 423 | | |
| |||
0 commit comments