( snapshot: AttributionSnapshotMessage, )
| 1487 | } |
| 1488 | |
| 1489 | export async function recordAttributionSnapshot( |
| 1490 | snapshot: AttributionSnapshotMessage, |
| 1491 | ) { |
| 1492 | await getProject().insertAttributionSnapshot(snapshot) |
| 1493 | } |
| 1494 | |
| 1495 | export async function recordContentReplacement( |
| 1496 | replacements: ContentReplacementRecord[], |
no test coverage detected