We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d11d2 commit 0d8f199Copy full SHA for 0d8f199
1 file changed
spec/apps/rails-mini/app.rb
@@ -65,8 +65,7 @@ def health
65
render json: {
66
status: "ok",
67
timestamp: Time.now.utc.iso8601,
68
- sentry_initialized: Sentry.initialized?,
69
- log_file_writable: check_log_file_writable
+ sentry_initialized: Sentry.initialized?
70
}
71
end
72
0 commit comments