File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ const deprecatedIsBuild = (): boolean => isBuild();
145
145
export { deprecatedIsBuild as isBuild } ;
146
146
147
147
export type { SentryWebpackPluginOptions } from './config/types' ;
148
- export { withSentryConfig } from './config' ;
148
+ export { withSentryConfig } from './config/withSentryConfig ' ;
149
149
export {
150
150
withSentryGetServerSideProps ,
151
151
withSentryGetStaticProps ,
Original file line number Diff line number Diff line change 1
1
import { WebpackPluginInstance } from 'webpack' ;
2
2
3
- import { withSentryConfig } from '../../src/config' ;
4
3
import {
5
4
BuildContext ,
6
5
EntryPropertyFunction ,
@@ -10,6 +9,7 @@ import {
10
9
WebpackConfigObject ,
11
10
} from '../../src/config/types' ;
12
11
import { constructWebpackConfigFunction , SentryWebpackPlugin } from '../../src/config/webpack' ;
12
+ import { withSentryConfig } from '../../src/config/withSentryConfig' ;
13
13
import { defaultsObject , runtimePhase } from './fixtures' ;
14
14
15
15
/**
Original file line number Diff line number Diff line change 1
1
import { NextConfig } from 'next' ;
2
2
3
- import { withSentryConfig } from '../../src/config' ;
3
+ import { withSentryConfig } from '../../src/config/withSentryConfig ' ;
4
4
5
5
const config : NextConfig = {
6
6
hideSourceMaps : true ,
You can’t perform that action at this time.
0 commit comments