You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
* update package.json, version bump to 0.0.7
* general cleanup
* replace pipe char
* improve the function documentation
* improve the documentation
* New unit tests for connect-datadog library, full coverage
* Add tracking for request method type:
- Configurable with 'method' option on middleware initialization
* Remove duplicate `method` handling
It already existed so adding the code was not the appropriate path to take. In the mean time, I standardized the `method` option to be treated similarly to how the other options are treated
* Re-add mistakenly removed test
* Remove unnecessary setup on req.method
That’s now part of test setup for the request object
* Enable base_url in tags, base_url tests, handle passed options consistently
0 commit comments