Skip to content

Commit b0cc1b3

Browse files
authored
Merge branch 'dev' into issue-9-validator-messages
2 parents a451ebb + 89a2c1e commit b0cc1b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

primitives/src/sentry.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ pub enum Event {
3535
publisher: String,
3636
ad_unit: Option<String>,
3737
},
38+
Click {
39+
publisher: String,
40+
},
3841
ImpressionWithCommission {
3942
earners: Vec<Earner>,
4043
},

0 commit comments

Comments
 (0)