New API endpoint to delete all source maps
Posted Dec 2, 2024 | 2 min. (260 words)This enhancement is part of Raygun’s 12 Days of Christmas 2024. Over the next few weeks, we’ll share daily updates on bug fixes and feature improvements inspired by feedback from you, our customers. These are the small but impactful changes you’ve asked for, designed to make Raygun faster and easier to use. Check back tomorrow for the next update and see how we’re leveling up your experience one day at a time!
Our special thanks to Kelvin from the U.K. who suggested this great idea!
What is it?
We’ve added a brand new API endpoint to the Raygun API for deleting source maps from previous builds.
Where is it and how does it work?
You can check out this new endpoint in our API specification. All you need is the application identifier to clear out old source maps.
Need to clear all the source maps from previous builds? You can do it with a single call.
DELETE https://api.raygun.com/v3/applications/{application-identifier}/source-maps
What is the benefit?
With this endpoint, you can delete all source maps at once, saving you from the hassle of fetching a list of source maps and deleting them individually.
Where can I learn more?
You can find further details about this new API feature in our documentation.
You might also want to check out our new source map endpoints. They make managing your source maps in Raygun a breeze, all through the Raygun API.
Stay tuned for the next day of Raygun Christmas Improvements.