Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 16, 2024
1 parent 3813f12 commit eeb3187
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/s3_mpeg/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ def initialize(event:, context:, s3_client: Aws::S3::Client.new)
end

def process
begin
1 / 0
rescue ZeroDivisionError => exception
Sentry.capture_exception(exception)
end

Sentry.capture_message("test message")

tempfile do |raw_file|
s3_client.get_object(bucket:, key:, response_target: raw_file.path)

Expand Down

0 comments on commit eeb3187

Please sign in to comment.