-
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.
Update diagnose URLs in output and docs (#968)
Make sure we point to the right page for the diagnose command line tool. Fixes appsignal/support#301
- Loading branch information
Showing
7 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
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,6 @@ | ||
--- | ||
bump: "patch" | ||
type: "fix" | ||
--- | ||
|
||
Update the diagnose tool URLs printed by the CLI and package to the new location in our documentation. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ describe("Extension", () => { | |
require("../extension") | ||
|
||
expect(errorSpy).toHaveBeenLastCalledWith( | ||
"[appsignal][ERROR] AppSignal failed to load the extension. Please run the diagnose tool and email us at [email protected]: https://docs.appsignal.com/nodejs/command-line/diagnose.html\n", | ||
"[appsignal][ERROR] AppSignal failed to load the extension. Please run the diagnose tool and email us at [email protected]: https://docs.appsignal.com/nodejs/3.x/command-line/diagnose.html\n", | ||
expect.any(Object) | ||
) | ||
}) | ||
|
@@ -89,7 +89,7 @@ describe("Extension", () => { | |
expect.any(Object) | ||
) | ||
expect(errorSpy).toHaveBeenLastCalledWith( | ||
"[appsignal][ERROR] AppSignal failed to load the extension. Please run the diagnose tool and email us at [email protected]: https://docs.appsignal.com/nodejs/command-line/diagnose.html\n", | ||
"[appsignal][ERROR] AppSignal failed to load the extension. Please run the diagnose tool and email us at [email protected]: https://docs.appsignal.com/nodejs/3.x/command-line/diagnose.html\n", | ||
expect.any(Object) | ||
) | ||
}) | ||
|
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
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
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ try { | |
) | ||
} else { | ||
console.error( | ||
"[appsignal][ERROR] AppSignal failed to load the extension. Please run the diagnose tool and email us at [email protected]: https://docs.appsignal.com/nodejs/command-line/diagnose.html\n", | ||
"[appsignal][ERROR] AppSignal failed to load the extension. Please run the diagnose tool and email us at [email protected]: https://docs.appsignal.com/nodejs/3.x/command-line/diagnose.html\n", | ||
error | ||
) | ||
} | ||
|