Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a4659f1

Browse files
committed
refactor(services): move sentry to @services
1 parent a8e5742 commit a4659f1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pages/_app.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import React from 'react'
22
import App, { Container } from 'next/app'
3-
import sentry from '@utils/sentry'
4-
5-
// import Raven from 'raven-js'
63
import NextSeo from 'next-seo'
74

5+
import { sentry } from '@services'
6+
87
/**
98
* import default seo configuration
109
* Using a custom _app.js with next-seo you can set default SEO

services/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { default as githubApi } from './github_api'
2-
export const holder = 1
2+
export { default as sentry } from './sentry'
File renamed without changes.

0 commit comments

Comments
 (0)