Skip to content

Releases: Napp/xray-laravel

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 <[email protected]>

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)

1.3.2

22 Jan 21:30
ddd9a52
Compare
Choose a tag to compare

2 bug fixes. See #30 and #31

1.3.1

03 Dec 08:25
2e67af2
Compare
Choose a tag to compare

Small null fix.