ruby on rails - Airbrake and mountable engines -


my rails application has mountable engine mounted on it. i'm using airbrake gem on both rails application , mountable engine. when use airbrake.notify on mountable gem, uses airbrake rails application. how can seperate airbrake notifications of rails application , mountable engine(by use own corresponding api_keys)?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -