Commit 6e91223
authored
Report grape gem version in environment metadata (#1534)
Grape is a supported integration (loaded via Appsignal.load(:grape)) but was
missing from the SUPPORTED_GEMS list that drives environment gem-version
reporting. As a result, Grape apps never reported a ruby_grape_version, making
Grape adoption invisible in telemetry (unlike its sibling loader frameworks
hanami, sinatra, and padrino, which are all in the list). Add grape so its
version is reported like the others.1 parent c644027 commit 6e91223
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments