Skip to content

Commit

Permalink
chore: update ios agent version in podspec (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic authored Oct 10, 2024
1 parent 72cca21 commit 7533105
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ios/newrelic_mobile.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Flutter plugin for NewRelic Mobile.
s.dependency 'Flutter'
s.platform = :ios, '9.0'

s.dependency 'NewRelicAgent', '~>7.5.1'
s.dependency 'NewRelicAgent', '~>7.5.2'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Expand Down
1 change: 0 additions & 1 deletion lib/newrelic_mobile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class NewrelicMobile {

final Map<String, dynamic> eventParams = Map<String, dynamic>.from(params);
if (attributes != null) {

for (final String key in attributes.keys) {
if (key == 'attributes') {
continue;
Expand Down

0 comments on commit 7533105

Please sign in to comment.