How to safely delete records in massive tables on AWS using Laravel
Recently we had to delete unneeded records in a huge table. In this post, I'd like to show you the challenges we had to overcome and the solutions we came...
Oct 16th 2023
•
flareapp.io
Installing Blackfire on Laravel Vapor
In this blogpost we'll take a quick look at how Blackfire is set-up and how Lambda layers works. In the second part of this post we'll add the two together...
Oct 16th 2023
•
flareapp.io
Introducing our GitHub integration
We're proud to share that errors on Flare can now be associated with issues on GitHub and vice versa. In this post, we'll tell you all about it!
Oct 16th 2023
•
flareapp.io
How our GitHub integration works under the hood
Here's a peak at the actual source code of Flare.
Oct 16th 2023
•
flareapp.io
How to censor sensitive information in requests to Flare
In some cases, such as a login page, these request fields may contain a password that you don't want to send to Flare. Here's how you can censor certain values.
Oct 16th 2023
•
flareapp.io
Create a GitHub issue directly from an email notification
Our email notifications got more powerfull.
Oct 16th 2023
•
flareapp.io
Flare's new "job" tab knows all about your failed jobs
From now on, when something goes wrong in a queued job, Flare can tell you a lot more about what's going on
Oct 16th 2023
•
flareapp.io
How we're using static analysis to improve our codebase
A static analyzer helps you to find bugs in your code without even running it, let's take a look what it can find in the Flare codebase.
Oct 16th 2023
•
flareapp.io
How we use ElasticSearch, Kibana and Filebeat to handle our logs
Flare runs on a few different servers that each produce their own logs. In this post, you'll learn how we can combine multiple logs in a single stream.
Oct 16th 2023
•
flareapp.io
Grouping SQL errors
Flare gets a lot of errors, but how to group them?
Oct 16th 2023
•
flareapp.io