You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in src/kemapi.cr:40: instantiating 'Sentry:Module#run(Sentry::ProcessRunner)'
Sentry.run(opts) do
^~~
in lib/sentry-run/src/sentry-run.cr:18: instantiating 'Sentry::ProcessRunner#run()'
process.run
^~~
in lib/sentry/src/sentry.cr:95: instantiating 'loop()'
loop do
^~~~
in lib/sentry/src/sentry.cr:95: instantiating 'loop()'
loop do
^~~~
in lib/sentry/src/sentry.cr:100: instantiating 'scan_files()'
scan_files
^~~~~~~~~~
in lib/sentry/src/sentry.cr:77: instantiating 'get_timestamp(String)'
timestamp = get_timestamp(file)
^~~~~~~~~~~~~
in lib/sentry/src/sentry.cr:53: undefined method 'stat' for File:Class
File.stat(file).mtime.to_s("%Y%m%d%H%M%S")
^~~~
The text was updated successfully, but these errors were encountered:
Currently using sentry is throwing exceptions;
The text was updated successfully, but these errors were encountered: