Skip to content

Releases: Napp/xray-laravel

1.6.1: Add daemon configuration to the xray config file (#58)

12 Aug 09:21
26ab727
Compare
Choose a tag to compare
* Add a new config section for daemon address and port, use the config values (cached) in the DaemonSegmentSubmitter

* fix format

laravel 12

25 Mar 11:13
2de3bbb
Compare
Choose a tag to compare
1.6.0

Bump dependencies for Laravel 12 (#56)

Support Commands

03 Jul 10:47
bd6c014
Compare
Choose a tag to compare
1.5.2

Add CommandCollector (#54)

1.5.1: Register CacheCollector (#53)

09 Jun 17:47
a3aa663
Compare
Choose a tag to compare
* Register CacheCollector

* Fix tests

1.5.0

28 Feb 20:21
9b4471d
Compare
Choose a tag to compare
Bump dependencies for Laravel 11 (#48)

1.4.4: Added ability to filter incoming requests (#45)

27 Dec 06:20
2e7176b
Compare
Choose a tag to compare
* [BUGFIX] #36

Changed `getCallerClass`, on Backtracer trait to return null if the backtrace is empty.
Changed DatebaseQueryCollector and CacheCollector to add '(too deeply nested)' to their respective segment name, if the caller name is deeper than 50 calls in the backtrace.

Added tests for all affected classes.

* [BUGFIX] #36

Applied suggested diff.

* [BUGFIX] #44

WIP: working on adding support to filter request to capture.

* [BUGFIX] #44

Finished adding support to filter requests.

* [BUGFIX] #44

Added new filtering option to the doc.
Added `addRequestFilterCallback` as an available function on the Xray facade.

* [BUGFIX] #44

Changed XrayServiceProvider to check request in the `boot` function rather than the `registerCollectors`.

* Applied suggested changes.

---------

Co-authored-by: Nicolas D'Amours <nicolas@folkshr.com>

1.4.3

01 Nov 19:27
cc751a1
Compare
Choose a tag to compare
[BUGFIX] #36 Added fallback when backtrace does not contain caller na…

1.4.2

03 Apr 18:09
93bb071
Compare
Choose a tag to compare
Adding fallback to AWS_SESSION_TOKEN inside the config (#38)

1.4.1

15 Mar 09:37
62d9a6a
Compare
Choose a tag to compare
feat: tracer can use custom resolver for user ID (#37)

Allow changing config('xray.user-resolver') with a custom class

1.4.0

08 Feb 10:33
1c266a7
Compare
Choose a tag to compare
Bump dependencies for Laravel 10 (#32)