我想添加一個具有自簽名證書的測試哨兵實例。 應用程序有默認RAVEN_CONFIG RAVEN_CONFIG = {
'dsn': 'https://[email protected]/2',
# If you are using git, you can also automatically configure the
# release based on the
比1024更我有這樣的代碼:!? VAR的查詢= SF +((String.IsNullOrEmpty(model.filter)& & model.filter = 「無」) 「」 + model.filter +「」:「*」); var list = db.Advanced.DocumentQuery(); list = list.AndAlso()。where(query); 我的db是烏鴉
我試圖使用哨兵看到鐵軌錯誤的日誌我的應用程序 的Gemfile gem "sentry-raven"
application.rb中 Raven.configure do |config|
config.dsn = 'dsn url'
end
這種配置似乎不起作用。但是,當我在代碼中明確給出它似乎工作。 Raven.capture do
1/0
end