Skip to content

Commit 96db422

Browse files
aram356ChristianPavilonis
authored andcommitted
Permutive integration
1 parent 90077ba commit 96db422

File tree

4 files changed

+899
-1
lines changed

4 files changed

+899
-1
lines changed

crates/common/src/integrations/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use crate::settings::Settings;
44

55
pub mod nextjs;
66
pub mod prebid;
7+
pub mod permutive;
78
mod registry;
89
pub mod testlight;
910

@@ -17,5 +18,5 @@ pub use registry::{
1718
type IntegrationBuilder = fn(&Settings) -> Option<IntegrationRegistration>;
1819

1920
pub(crate) fn builders() -> &'static [IntegrationBuilder] {
20-
&[prebid::register, testlight::register, nextjs::register]
21+
&[prebid::register, testlight::register, nextjs::register, permutive::register]
2122
}

0 commit comments

Comments
 (0)