Skip to content

Commit

Permalink
feat: add isWithdrawn and version custom dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Jul 29, 2019
1 parent 834fe83 commit 909d552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ module.exports = function(environment) {
authenticated: 'dimension1',
resource: 'dimension2',
isPublic: 'dimension3',
isWithdrawn: 'dimension4',
version: 'dimension5',
},
},
],
Expand Down

0 comments on commit 909d552

Please sign in to comment.