Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit fb6d8c3

Browse files
sdowdingofrobots
authored andcommitted
doc: remove the hash from the ignoreUrls in docs (#1009)
1 parent deb2a44 commit fb6d8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Optionally, you can pass a [configuration object](src/config.ts) to the `start()
3535
```js
3636
require('@google-cloud/trace-agent').start({
3737
samplingRate: 5, // sample 5 traces per second, or at most 1 every 200 milliseconds.
38-
ignoreUrls: [ /^\/ignore-me#/ ] // ignore the "/ignore-me" endpoint.
38+
ignoreUrls: [ /^\/ignore-me/ ] // ignore the "/ignore-me" endpoint.
3939
ignoreMethods: [ 'options' ] // ignore requests with OPTIONS method (case-insensitive).
4040
});
4141
// ...

0 commit comments

Comments
 (0)