plugin-path-decorator
Installation
Add the @appsignal/plugin-path-decorator
and @appsignal/javascript
packages to your package.json
. Then, run yarn install
/npm install
.
You can also add these packages to your package.json
on the command line:
Shell
yarn add @appsignal/javascript @appsignal/plugin-path-decorator npm install @appsignal/javascript @appsignal/plugin-path-decorator
Usage
The plugin-path-decorator
is a plugin that decorates all outgoing Span
s with the current path. This is computed by reading from window.location.pathname
.
plugin
options
The plugin currently takes no options as parameters.