Real-Time application monitoring Webhooks

Valerio Barbera

Hi, I’m Valerio, software engineer, founder and CTO at Inspector.

Inspector’s integration capabilities just got significantly better in the last few months. We are delighted to announce that Inspector Webhooks has been officially released.

What is a Webhook?

In general, a webhook is a way for an application to deliver notifications to a specific URI based on some trigger. Inspector send notifications to your webhook URI every time an error is detected inside your application or when a new transaction happen.

The payload of the webhook will contains all the details to investigate the event. So, your application can respond accordingly when a new exception is detected.

Why would you use Webhook notification channels?

Talking with our customers we discovered a bunch of different scenarios where webhooks would be really useful. The most common use cases include:

  • Delivery events into a variety of internal systems to trigger additional actions on your end (such as update user information in your CRM);
  • Delivery events directly to your customers through a custom UI to cut down on complaints;
  • Automatically create a ticket in your internal ticket system.

To get started using webhooks in your application, check out the short video tutorial below and let us know if you have any feedback:

Application monitoring

If you found this post interesting and want to drastically change your developers’ life for the better, you can give Inspector a try.

Inspector is an easy to use Code Execution Monitoring tool that helps developers to identify bugs and bottlenecks in their application automatically. Before customers do.

screenshot inspector code monitoring timeline

It is completely code-driven. You won’t have to install anything at the server level or make complex configurations in your cloud infrastructure.

It works with a lightweight software library that you can install in your application like any other dependency. Check out the supported technologies in the GitHub organization.

Create an account, or visit the website for more information: https://inspector.dev

Related Posts

PHP’s Next Chapter: From Web Framework to Agent Framework

I’ve spent the last year building Neuron, a PHP framework designed specifically for agentic AI applications. What started as a technical challenge became something else entirely when developers began reaching out with stories I wasn’t prepared to hear. They weren’t asking about framework features or deployment strategies. They were telling me about losing their jobs.

Storing LLM Context the Laravel Way: EloquentChatHistory in Neuron AI

I’ve spent the last few weeks working on one of the most important components of Neuron the Chat History. Most solutions treat conversation history in AI Agents forcing you to build everything from scratch. When I saw Laravel developers adopting Neuron AI, I realized they deserved better than that. The current implementation of the ChatHisotry

Managing Human-in-the-Loop With Checkpoints – Neuron Workflow

The integration of human oversight into AI workflows has traditionally been a Python-dominated territory, leaving PHP developers to either compromise on their preferred stack or abandon sophisticated agentic patterns altogether. The new checkpointing feature in Neuron’s Workflow component continues to strengthen the dynamic of bringing production-ready human-in-the-loop capabilities directly to PHP environments. Checkpointing addresses a