If you are using Honeybadger for JS error monitoring on your Rails app, you may want to upload source maps so they can be applied to JS stack traces.
Here's how you can do that if you are using esbuild, Sprockets, and deploying to Heroku. The source map will be...
<script src="//js.honeybadger.io/v6.9/honeybadger.min.js" type="text/javascript"></script>
<script type="text/javascript">
Honeybadger.configure({
apiKey: "<%= ENV["HONEYBADGER_API_KEY_JS"] %>",
environment: "<%= ENV["HONEYBADGER_ENV"] %>",