Skip to content

Commit

Permalink
Add Android addTraceAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoJAzevedo committed Oct 31, 2019
1 parent c2125e7 commit d108372
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/OutsystemsFirebasewithDynamicLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,9 @@ module.exports = {

forceCrashlytics: function (success, error) {
FirebasePlugin.forceCrashlytics(success, error);
},

addTraceAttribute: function (traceName, attribute, value, success, error) {
FirebasePlugin.addTraceAttribute(traceName, attribute, value, success, error);
}
};

0 comments on commit d108372

Please sign in to comment.