Compare commits
3 Commits
Documentat
...
external-l
| Author | SHA1 | Date | |
|---|---|---|---|
| 9720ee6ada | |||
| c04a2b06cb | |||
| 98138f51f4 |
@@ -20,8 +20,8 @@ const port = process.env.SERVER_PORT;
|
||||
|
||||
//glitchtip setup
|
||||
const sentry = require('@sentry/node');
|
||||
if (!process.env.DISABLE_GLITCHTIP) {
|
||||
console.log("Glitchtip disabled AAAAAA")
|
||||
if (process.env.DISABLE_GLITCHTIP) {
|
||||
console.log("Glitchtip disabled")
|
||||
} else {
|
||||
let dsn = process.env.GLITCHTIP_DSN;
|
||||
sentry.init({ dsn: dsn });
|
||||
|
||||
@@ -20,7 +20,7 @@ const app = createApp(App)
|
||||
app.use(createPinia())
|
||||
app.use(router)
|
||||
|
||||
if (!!import.meta.env.VITE_DISABLE_GLITCHTIP) {
|
||||
if (!import.meta.env.VITE_DISABLE_GLITCHTIP) {
|
||||
let dsn = import.meta.env.VITE_GLITCHTIP_DSN;
|
||||
let environment = import.meta.env.VITE_ENVIRONMENT;
|
||||
|
||||
|
||||
@@ -171,9 +171,9 @@ const finalPanel = ref<'app' | 'message'>('message');
|
||||
<li>When prompted, choose <em>“Yes”</em> to download all associated mods.</li>
|
||||
</ul>
|
||||
<p>
|
||||
<a href="https://www.guilded.gg/Iceberg-gaming/groups/v3j2vAP3/channels/6979335e-60f7-4ab9-9590-66df69367d1e/docs/2013948655"
|
||||
<a href="https://docs.iceberg-gaming.com/books/member-guides/page/new-member-setup-onboarding"
|
||||
class="text-primary underline" target="_blank">
|
||||
Click here for the full installation guide
|
||||
Click here for the full installation guide (Requires Sign-in)
|
||||
</a>
|
||||
</p>
|
||||
<!-- CONTACT SECTION -->
|
||||
@@ -211,7 +211,7 @@ const finalPanel = ref<'app' | 'message'>('message');
|
||||
our forums and introduce yourself.
|
||||
</p>
|
||||
<p>
|
||||
If you have any questions, feel free to reach out on TeamSpeak, Discord, or Guilded,
|
||||
If you have any questions, feel free to reach out on TeamSpeak or Discord
|
||||
someone
|
||||
will always be around to help.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user