-
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 install report location to ext directory
In PR #545 we've merged the nodejs-ext package into the nodejs package. It no longer fails the package install on extension installation failure, which means the ext directory remains after a installation failure. We can now store the install report file in the package's `ext` directory, like we do in all the other integrations. This means we no longer need to generate a filename for the install report to store it in the system tmp directory. Closes #550
- Loading branch information
Showing
7 changed files
with
53 additions
and
21 deletions.
There are no files selected for viewing
6 changes: 0 additions & 6 deletions
6
packages/nodejs/.changesets/fix-install-report-path-name-generation.md
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
bump: "patch" | ||
type: "change" | ||
--- | ||
|
||
Update install report path location. The "nodejs" package now stores the install report in its own package path, with the rest of the extension files. This makes it easier to access by the diagnose report. |
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 |
---|---|---|
|
@@ -79,3 +79,4 @@ build/ | |
/ext/appsignal.version | ||
/ext/libappsignal.a | ||
/ext/libappsignal.dylib | ||
/ext/*.report |
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