13 Commits

Author SHA1 Message Date
HoneyryderChuck
673d210fd8 fix tests not being adjusted 2023-04-18 02:34:11 +03:00
HoneyryderChuck
1bc5d49d1d bugfix: sentry adapter breadcrumbs didn't work
wrong variable used, and wrong error message accessors. Added
regressioon tests with breadcrumbs enabled and error response test.
2023-04-18 02:09:12 +03:00
HoneyryderChuck
092e594a4b Request.verb is now an upcased string (ex: "GET")
The reference for a request verb is now the string which is used
everywhere else, instead of the symbol corresponding to it. This was an
artifact from the import from httprb, and there is no advantage in it,
since these strings are frozen in most use cases, and the
transformations from symbol to strings being performed everywhere are
prooof that keeping the atom isn't really bringing any benefit.
2023-04-17 16:54:31 +03:00
HoneyryderChuck
73f0d609b0 fix datadog tests, both gem version compare and error type
error type has been wrongly tested sofar. This commit fixes it.
2023-03-28 01:37:06 +01:00
HoneyryderChuck
1205c6964f load integrations by default when possible
this way, one can document a less special migration path, and even
change integration dirs if so desired.
2022-12-29 00:05:03 +00:00
HoneyryderChuck
d09b107314 dealing with datadog breaking change better 2022-12-21 00:45:26 +00:00
HoneyryderChuck
e301811196 fixed datadog recent change for error tag 2022-12-21 00:31:42 +00:00
HoneyryderChuck
7383347147 implementation of the sentry plugin integration 2022-05-27 16:02:52 +01:00
HoneyryderChuck
281ac03cda added tests and scaffold 2022-05-26 23:45:20 +01:00
HoneyryderChuck
42bcfd3a93 adapting datadog plugin to datadog 1.0 release 2022-05-06 13:15:07 +01:00
HoneyryderChuck
411e8d0ab1 fixed linting 2022-02-24 01:27:06 +00:00
Thomas Cannon
f7bcc27385
Fix WebMock adapter to use request.query to build request signature
* Webmock allows users to stub a request using a URI with query
	parameters, as a shortcut instead of using `with...`
	* The Webmock adapter did not construct a URI that included the
		`request.query`, causing stubs that had the same host/path, but
		different queries, to return incorrect results
2022-02-23 11:08:59 -05:00
HoneyryderChuck
b700a4f994 bootstrapping standalone tests, test which need to run in full-isolation mode (own process), where proxy intgration via env var is tested 2022-01-12 01:43:08 +02:00