Add logging for GIF transcoding

This commit is contained in:
dangered wolf 2024-04-28 22:17:49 -04:00
parent e21d1bf02c
commit 903a42a968
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@ const Experiments: { [key in Experiment]: ExperimentConfig } = {
[Experiment.TRANSCODE_GIFS]: { [Experiment.TRANSCODE_GIFS]: {
name: 'Transcode GIFs', name: 'Transcode GIFs',
description: 'Transcode GIFs for Discord, etc.', description: 'Transcode GIFs for Discord, etc.',
percentage: 0.25 percentage: 1
} }
}; };

View file

@ -59,6 +59,7 @@ export const renderVideo = (
Constants.TWITTER_VIDEO_BASE, Constants.TWITTER_VIDEO_BASE,
`https://${Constants.GIF_TRANSCODE_DOMAIN}` `https://${Constants.GIF_TRANSCODE_DOMAIN}`
); );
console.log('We passed checks for transcoding GIFs, feeding embed url', url);
} }
/* Push the raw video-related headers */ /* Push the raw video-related headers */