-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add query params to diagnose report transmission (#481)
The query params to submit the diagnose report weren't included. This way it matches the other integrations.
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
packages/nodejs/.changesets/send-diagnose-report-with-correct-query-params.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
bump: "patch" | ||
--- | ||
|
||
Send the diagnose report with correct query parameters to help link the report to the app and organization on AppSignal.com. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule diagnose
updated
5 files
+1 −0 | .ruby-version | |
+2 −1 | Gemfile | |
+3 −1 | Gemfile.lock | |
+136 −31 | spec/diagnose_spec.rb | |
+14 −3 | spec/support/runner.rb |