Created
August 18, 2014 10:06
-
-
Save gshutler/0b92516008cbadeee675 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.hatchet.configure do |hatchet| | |
require 'rbconfig' | |
hatchet.backtrace_filters Bundler.bundle_path.to_s => '[BUNDLER]', | |
Bundler.bin_path.to_s => '[BUNDLER]', | |
Rails.root.to_s => '[RAILS_ROOT]', | |
RbConfig::CONFIG['sitelibdir'] => '[SITELIBDIR]', | |
RbConfig::CONFIG['rubylibdir'] => '[RUBYLIBDIR]', | |
RbConfig::CONFIG['libdir'] => '[LIBDIR]', | |
RbConfig::CONFIG['sitedir'] => '[SITEDIR]' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment