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.
Jun 10th 2024 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.
Jun 10th 2024 flareapp.io

Better code block highlighting on our blog and docs
If you've read our blog or docs the last few weeks, some things might look a little bit different. We now highlight our code blocks using Shiki.
Jun 10th 2024 flareapp.io

Handling customer feedback using a support bubble form
We've recently added a support form bubble form to our app. In this post we'll explain what it is, why we added it, and how you can add one to...
Jun 10th 2024 flareapp.io

Linking to Flare errors on your error page
We've just launched a new feature that will make it easier for users of your app to report specific errors.
Jun 10th 2024 flareapp.io

Introducing our new Telegram integration
As of today, Flare can notify you via Telegram. In this blog post, you'll see that we didn't only provide basic support but also went all the way with notification...
Jun 10th 2024 flareapp.io

Building a better search with Monaco and amCharts
Jun 10th 2024 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
Jun 10th 2024 flareapp.io

Managing production environment variables for Laravel deployments
Secret secrets are no fun, secret secrets hurt someone... unless they're managed right in your Laravel deployment! Say goodbye to plaintext perils and . env file follies. For Flare we explored...
Jun 10th 2024 flareapp.io

PHP stack trace arguments have landed in Flare
We now show the arguments used with each function or method call, in this blogpost we go through the implementation of it.
Jun 10th 2024 flareapp.io