Skip to content

Commit 17ec7fd

Browse files
author
Ivo Georgiev
committed
primitives: add CLICK event
1 parent c6af155 commit 17ec7fd

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)