-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modulesLoadedBeforeTrace check incorrect
Regex now supports npm org modules, e.g. @google/cloud-trace instead of @google - see https://regex101.com/r/lW2bE3/4 for examples. filesLoadedBeforeTrace now ignores @google/cloud-trace instead of @google Also fixed double spacing. Stops the warning: ``` WARN :@google/cloud-trace: Tracing might not work as the following modules were loaded before the trace agent was initialized: ["@google"] ```
- Loading branch information
Showing
3 changed files
with
48 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
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