Code Monkey home page Code Monkey logo

Comments (9)

joshuap avatar joshuap commented on June 30, 2024

Hey there, nope, optional metrics are data like requests per minute and time per request -- we collect that every minute and send it to Honeybadger if you have that feature enabled on your plan. I'm sorry for all the noise -- I will be fixing this in the next day or two so that we aren't spamming your logs. :)

from honeybadger-ruby.

joshuap avatar joshuap commented on June 30, 2024

Hey are you guys using Unicorn? If not, what app server are you using? Digging into this now.

from honeybadger-ruby.

coffeebite avatar coffeebite commented on June 30, 2024

Yes sir, Unicorn.

from honeybadger-ruby.

joshuap avatar joshuap commented on June 30, 2024

I just released version 1.13.1 with a fix for this. Mind giving it a try and reporting back here on whether it fixes this for you? :)

from honeybadger-ruby.

coffeebite avatar coffeebite commented on June 30, 2024

Things look quiet now, sir. Thankyouverymuch!

from honeybadger-ruby.

henrik avatar henrik commented on June 30, 2024

I'm on 1.15.0 and I get this when I deploy:

-----> Preparing app for Rails asset pipeline
       Running: rake assets:precompile
       ** [Honeybadger] The optional metrics feature is not enabled for your account.  Try restarting your app or contacting [email protected] if your subscription includes this feature.
       ** [Honeybadger] The optional traces feature is not enabled for your account.  Try restarting your app or contacting [email protected] if your subscription includes this feature.
       Asset precompilation completed (2.82s)
       Cleaning assets
       Running: rake assets:clean
       ** [Honeybadger] The optional metrics feature is not enabled for your account.  Try restarting your app or contacting [email protected] if your subscription includes this feature.
       ** [Honeybadger] The optional traces feature is not enabled for your account.  Try restarting your app or contacting [email protected] if your subscription includes this feature.
-----> Discovering process types

I also used to get output about a missing key (at the same stage, IIRC, ENVs aren't available during precompile) before I added the fallback to

 Honeybadger.configure do |config|
  # Fall back to a fake key to avoid "API key not found" during Heroku asset compilation.
  config.api_key = ENV["HONEYBADGER_API_KEY"] || "fake_key"
end

from honeybadger-ruby.

joshuap avatar joshuap commented on June 30, 2024

@henrik it's on my todo list to address this; thanks for reporting. :)

from honeybadger-ruby.

henrik avatar henrik commented on June 30, 2024

@joshuap Will you comment on this ticket when you get to it? Would be nice to know so I can upgrade. Or should I open a new ticket?

from honeybadger-ruby.

joshuap avatar joshuap commented on June 30, 2024

@henrik it would help to open a new ticket; could you reference this one since I believe your issue was introduced here? Thanks!

from honeybadger-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.