
Michi Hoffmann π
@cleptric
Followers
545
Following
2K
Media
98
Statuses
613
Does software @getsentry
Vienna, Austria
Joined February 2012
πͺ΅for Laravel -
docs.sentry.io
Structured logs allow you to send, view and query logs sent from your Laravel applications within Sentry.
Logs are now GA in Sentryπͺ΅. Structured, trace-connected, and live-tailed β logs are finally where they belong: right next to your errors and traces
1
2
9
Damn, Sentry now sponsors my favourite podcasts. Pretty sick tbh π @daringfireball @atpfm @thetalkshow
0
0
7
Sentry Logs for Laravel. Free to use during early access, so give them a try and let us know what you think! π.
Here I am to tell you (yet again) that Sentry has logs π£οΈ . Check out our latest video by @TechSquidTV as he shows you how easy it can be to debug Laravel with Sentry logs . Link in next tweet π
1
0
8
Seer will even create a PR if you ask it to do so,
github.com
Fixes GIBPOTATO-BACKEND-M5. The issue was that: ReactionAddedEvent iterates receivers, calling UserService::getOrCreateUser which queries the database for each user individually, causing N+1 querie...
0
0
2
We are currently working on new @getsentry N+1 query detectors, which are much more powerful than our current ones. They are now able to detect N+1 across multiple queries, which is really helpful. If one happens in your app, we sent you an email or ping you on Slack.
1
2
12
Also regex support for ignoring errors and transactions has been missing forever, now we got it, too.
github.com
Closes #1560
1
0
1
We also added some long overdue functionality like support for null and variadic arguments to stack traces.
github.com
before after Adding support for variadic parameters and null values in stacktraces. Method was called with: Numbers::process(10, null, 40, 50, 60, 70); Closes #1645
1
0
0