Commit 9a730a4
authored
Remove loader process from heroku package (#43037)
### What does this PR do?
Remove the trace-loader process from the heroku package.
### Motivation
Reduce package size.
The loader is currently unused on Heroku, and we'd rather reduce package size for this build.
### Describe how you validated your changes
CI.
Manually installing the deb package to make sure it won't break main's CI.
### Additional Notes
Somewhat re-apply #42965, but without breaking CI this time.
Co-authored-by: pierre.gimalac <pierre.gimalac@datadoghq.com>1 parent b010c8c commit 9a730a4
2 files changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
151 | 158 | | |
152 | 159 | | |
153 | 160 | | |
| |||
0 commit comments