Skip to content

Commit

Permalink
Hooked up prod (v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Aug 26, 2021
1 parent 500b49e commit 7aeeb5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tests/SampleEventsTest.Html
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@
<!-- ============ CDN ============ -->
<!-- Prod -->
<!-- MINIFIED -->
<!-- <script src="https://cdn.rudderlabs.com/v2/rudder-analytics.min.js"></script> -->
<script src="https://cdn.rudderlabs.com/v3/rudder-analytics.min.js"></script>

<!-- UNMINIFIED -->
<!-- <script src="https://cdn.rudderlabs.com/v2/rudder-analytics.js"></script> -->
<!-- <script src="https://cdn.rudderlabs.com/v3/rudder-analytics.js"></script> -->

<!-- Dev -->
<!-- MINIFIED -->
<script src="https://ddim5kcy73icz.cloudfront.net/v2/rudder-analytics.min.js"></script>
<!-- <script src="https://ddim5kcy73icz.cloudfront.net/v2/rudder-analytics.min.js"></script> -->

<!-- UNMINIFIED -->
<!-- <script src="https://ddim5kcy73icz.cloudfront.net/v2/rudder-analytics.js"></script> -->
Expand Down
4 changes: 2 additions & 2 deletions utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ const BASE_URL = "https://hosted.rudderlabs.com"; // default to RudderStack
const CONFIG_URL =
"https://api.rudderlabs.com/sourceConfig/?p=process.module_type&v=process.package_version";
const CDN_INT_DIR = "js-integrations";
// const CDN_BASE_URL = `https://cdn.rudderstack.com/v2/${CDN_INT_DIR}`;
const CDN_BASE_URL = `https://cdn.rudderstack.com/v3/${CDN_INT_DIR}`;

// TODO: Dev only, remove before prod release
const CDN_BASE_URL = `https://ddim5kcy73icz.cloudfront.net/v2/${CDN_INT_DIR}`;
// const CDN_BASE_URL = `https://ddim5kcy73icz.cloudfront.net/v2/${CDN_INT_DIR}`;
// const CDN_BASE_URL = `https://ddim5kcy73icz.cloudfront.net/v2/${CDN_INT_DIR}/dev`;

const FLUSH_QUEUE_SIZE = 30;
Expand Down

0 comments on commit 7aeeb5b

Please sign in to comment.