Help & Support
Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More
Have Questions?
Streaming Monitor
Monitor streaming events (PushTopic, Generic, Platform Events, CDC...)
- Business Need
- Admin & Developer Tools
- Requires
- Platform Cloud
Developer/Admin tool that lets you monitor streaming events (PushTopic, generic, standard/custom platform events, CDC and monitoring events) Install from the AppExchange or build from GitHub sources: https://github.com/pozil/streaming-monitor
Rating
Reputation
MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
Showing 10 of 30 Reviews
Working great
The app was working great, until we deploy a change to show better statistics from Object PlatformEventUsageMetric. Since then A small issue it had was already fixed! Thanks
Question About Installing the Streaming Monitor Package in a Scratch Org
Hi Philippe Ozil, First of all, congratulations on creating such a fantastic app! I truly appreciate the effort and quality you’ve put into it. I have a quick question regarding the Streaming Monitor Package. I’m currently working on a script to automate the creation of a new scratch org. As part of the process, I want to install the Streaming Monitor Package directly into the org using Salesforce CLI. Here’s the command I’m running: sf package install --wait 20 --security-type AdminsOnly --package "04t1t000003DLAL" --target-org "NewScratch" However, the installation fails with the following error: 1) Package(0331t000000Po8N) AppExchange Package is Deprecated, Details: The AppExchange package has been deprecated and can no longer be installed. Please try installing a newer version, or contact the package owner directly to resolve. Could you let me know if there’s a newer version of the package available with a new package ID that I can use to complete the installation? Additionally, is it currently possible to install this package in a scratch org via the Salesforce CLI? Thanks in advance for your help! Best regards, Aleksander
Hi Aleksander, thanks for the kind feedback. Sure, you can automate the install with the Salesforce CLI with this command. Given what you shared, the issue that you're facing is that you're trying to install a pretty old version of the app (v3.2) that dates from March 2021. This version is deprecated as I tend to do some cleanup of older versions from time to time. Check the GitHub releases to find a recent package versions ID: https://github.com/pozil/streaming-monitor/releases Cheers!
Its not working
Hi Ive created subscription as soon as I hit the refresh button the subscription got deleted. Also is it possible to capture log in as event ?
Hi, this is working as designed: streaming API subscriptions can't be saved (this is not a Streaming Monitor limitation). The subscriptions are only active while the page is open. In order to monitor events, you need to subscribe and keep the page with the monitor open. You can work with other tabs/pages in parallel if needed but do not refresh the page or navigate away. You can track log in events with the Streaming Monitor if your Salesforce subscription includes real-time event monitoring: https://help.salesforce.com/s/articleView?id=sf.real_time_event_monitoring_overview.htm&type=5
A must-have app when working with Platform Events
I have been working with this tool for many years now, since its very first version. Great tool, thanks a lot Philippe!
Very helpful app
The app is very nice and useful. One issue I faced with it. After installing and assigning users to permission set, not all users can use it, getting 403 and sometimes 401 streaming api errors. I wanted to give access to this app to other engineers from different team so they could track events they are sending to Salesforce, but I don't want to give them Admin profile (or too much access), and with another profiles it's not working for them. Something is missing and I can't find out what.
Hi Oleksii, thanks for the review and the feedback. As you said, you'll need to assign the provided Streaming Monitor permission set to get access to the app and you'll also need custom permissions as well to grant user access to the specific events that they should subscribe to.
Subscriptions
I am able to subscribe to a channel and receive data but my subscriptions do not save. If I refresh the page, they all disappear.
Hi Ian, this is the expected behavior for the current version. The Streaming Monitor app does not store data (preferences or other) on your org. In any case, you need to keep the Streaming Monitor tab open to keep the Streaming API connections open and receive events. This is a requirement from the base component that provides Streaming API connectivity.
Wouldnt install in PROD
Love this app and super useful to see Platformevents in real time and payloads. However went to install in PROD and i get "App has been removed from app exchange"
not working properly
When i install this app in my sandbox account then my system not work proper and hang very much and also i am getting error when i subscribe any event. Could you help me regarding for this issue?
Efficient
A great tool ! I can show my custom platform event in real time. Bye bye Workbench ! Thank you Philippe !
Would be a five if no error was popping up
There are no concurrent subscribers and we have plenty of events left from our allocated limit and we are getting the '/event/someEvent__e - 403::Organization total events daily limit exceeded' error
Thanks for letting me know. I've released a new version of the app (3.20.0) to add support for Enhanced Usage Metrics.