Skip to content

Commit d5746f9

Browse files
committed
[podspec] Include RNSentryEventEmitter as well.
1 parent b395199 commit d5746f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SentryReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
2121
s.dependency 'Sentry', '~> 2.1.9'
2222
s.dependency 'RSSwizzle', '~> 0.1.0'
2323

24-
s.source_files = 'ios/RNSentry.{h,m}'
24+
s.source_files = 'ios/RNSentry*.{h,m}'
2525
s.public_header_files = 'ios/RNSentry.h'
2626
end

0 commit comments

Comments
 (0)