mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 04:56:52 +00:00
Add custom parameter for app/web traffic
This commit is contained in:
@@ -52,6 +52,14 @@ useHead({
|
||||
|
||||
onMounted(() => {
|
||||
window.tude = window.tude || { cmd: [] };
|
||||
window.Raven = window.Raven || { cmd: [] };
|
||||
|
||||
window.Raven.cmd.push(({ config }) => {
|
||||
config.setCustom({
|
||||
param1: "web",
|
||||
});
|
||||
});
|
||||
|
||||
tude.cmd.push(function () {
|
||||
tude.refreshAdsViaDivMappings([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user